File: control

package info (click to toggle)
ifupdown-scripts-zg2 0.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 484 kB
  • ctags: 55
  • sloc: sh: 4,037; makefile: 37
file content (34 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: ifupdown-scripts-zg2
Section: net
Priority: optional
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
Standards-Version: 3.6.1

Package: ifupdown-scripts-zg2
Architecture: all
Depends: ifupdown (>= 0.6.4-4.5), iproute, debianutils (>= 1.6)
Provides: ifupdown-scripts
Description: Zugschlus' interface scripts for ifupdown's manual method
 This package contains a set of scripts that are called by ifupdown.
 They use ifupdown's manual method. Compared to ifupdown's static
 method, the scripts contained in this package have the following
 advantages:
  - CIDR support
  - ATM support
  - support for 802.1q VLAN tagging
  - search-and-rename ethernet interfaces according to their MAC
    address
  - built-in handling of static routes
 Additionally, the code needed to bring down an interface is generated
 on the fly when the interface is brought up. That way,
 /etc/network/interfaces changes made while the interface is up don't
 prevent it from being taken down, allowing "ifdown foo; ifup foo" to
 activate the changes.
 .
 This package is work in progress. Although being in productive use,
 it is still missing some features, especially regarding source
 routing, metrics etc. Please feel free to provide patches.
 .
 This package has its upstream sources maintained in the Debian
 project, so there is no upstream URL.