~ubuntu-branches/ubuntu/natty/vlan/natty

« back to all changes in this revision

Viewing changes to debian/vlan-interfaces.5

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-10-28 10:52:43 UTC
  • mfrom: (4.1.2 dapper)
  • Revision ID: james.westby@ubuntu.com-20061028105243-bmwk0uam9pixu0dy
Tags: 1.9-2
* Bump up Standards-Version to 3.7.2.
* Bump up Debhelper compatibility level to 5.
* Comment out DH_VERBOSE.
* Add ${misc:Depends}.
* Add empty binary-indep target; thanks Aurelien Jarno; closes: #395758.
* Update description to clarify that 2.6 kernels are supported; thanks
  Martin Michlmayr; closes: #344782.
* Drop debian/source.lintian-overrides.
* Drop debconf-utils from Depends.
* Drop obsolete debian/vlan-nice.patch and debian/vlan-fixes.patch, as well
  as README.Debian which only referenced them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        address 192.168.1.1
44
44
        netmask 255.255.255.0
45
45
 
 
46
 # We don't have br support out of the box
 
47
 iface br0.2 inet static
 
48
        vlan-raw-device br0
 
49
        address 192.168.1.1
 
50
        netmask 255.255.255.0
 
51
 
 
52
 # Aliases are ignored
 
53
 iface br0.2:1 inet static
 
54
        address 192.168.1.1
 
55
        netmask 255.255.255.255
 
56
        
46
57
.SH EXTRA IFACE OPTIONS
47
58
Usually someone who uses vlans also wants to do some other manipulations with
48
59
the ip stack or interface.