1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

remove native ifupdown support from bridge-utils, vlan, ifenslave and

mstpctl + some ifupdown2 documentation cleanup

Ticket: CM-1438
Reviewed By:
Testing Done: ifupdown2 sanity testing
This commit is contained in:
Roopa Prabhu
2014-05-29 12:43:03 -07:00
parent 3754bb5ae8
commit 35c868a096
4 changed files with 16 additions and 14 deletions

View File

@@ -118,12 +118,14 @@ EXAMPLES
**ifquery --print-dependency=dot br2000** **ifquery --print-dependency=dot br2000**
# Create an image (png) from the dot format. # Create an image (png) from the dot format
**ifquery --print-dependency=dot -a > interfaces.dot** **ifquery --print-dependency=dot -a > interfaces.dot**
**dot -Tpng interfaces.dot > interfaces.png** **dot -Tpng interfaces.dot > interfaces.png**
(The above command only works on a system with dot installed)
SEE ALSO SEE ALSO
======== ========
@@ -131,4 +133,4 @@ SEE ALSO
ifdown(8), ifdown(8),
ifreload(8), ifreload(8),
interfaces(5), interfaces(5),
ifupdownaddons-interfaces(5) ifupdown-addons-interfaces(5)

View File

@@ -56,4 +56,4 @@ SEE ALSO
ifdown(8), ifdown(8),
ifquery(8), ifquery(8),
interfaces(5), interfaces(5),
ifupdownaddons-interfaces(5) ifupdown-addons-interfaces(5)

View File

@@ -153,4 +153,4 @@ SEE ALSO
ifquery(8), ifquery(8),
ifreload(8), ifreload(8),
interfaces(5), interfaces(5),
ifupdownaddons-interfaces(5) ifupdown-addons-interfaces(5)

View File

@@ -33,7 +33,7 @@ DESCRIPTION
iface lo inet loopback iface lo inet loopback
source /etc/network/interfaces.d/machine-dependent source /etc/network/interfaces.d/bridges
iface eth0-home inet static iface eth0-home inet static
address 192.168.1.1/24 address 192.168.1.1/24
@@ -69,14 +69,14 @@ DESCRIPTION
ipv6. Following that is the name of the method used to configure the ipv6. Following that is the name of the method used to configure the
interface. interface.
ifupdown2 supports iface stanzas without a family or a method. This enables ifupdown supports iface stanzas without a family or a method. This enables
using the same stanza for inet and inet6 family addresses. using the same stanza for inet and inet6 family addresses.
Interface options can be given on subsequent lines in the iface stanza. Interface options can be given on subsequent lines in the iface stanza.
These options come from addon modules. see interfaces-addons(5) for These options come from addon modules. see ifupdown-addons-interfaces(5) for
these options. these options.
ifupdown2 supports python-mako style templates in the interfaces file. ifupdown supports python-mako style templates in the interfaces file.
See examples section for details. See examples section for details.
METHODS METHODS
@@ -97,10 +97,10 @@ METHODS
BUILTIN INTERFACES BUILTIN INTERFACES
================== ==================
iface sections for some interfaces like physical interfaces or vlan iface sections for some interfaces like physical interfaces or vlan
interfaces in dot notation (like eth1.100) are understood by ifupdown2. interfaces in dot notation (like eth1.100) are understood by ifupdown.
These kind of interfaces do not need an entry in the interfaces file. These interfaces do not need an entry in the interfaces file if
However, if these interfaces need extra configuration like addresses, they they are dependents of other interfaces and dont need any specific
will need to be specified. configurations like addresses etc.
EXAMPLES EXAMPLES
======== ========
@@ -129,7 +129,7 @@ EXAMPLES
address 10.20.${v}.3/24 address 10.20.${v}.3/24
% endfor % endfor
For additional syntax and examples see **ifupdownaddons-interfaces(5)** For additional syntax and examples see **ifupdown-addons-interfaces(5)**
FILES FILES
===== =====
@@ -137,7 +137,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
ifupdownaddons-interfaces(5), ifupdown-addons-interfaces(5),
ifup(8), ifup(8),
ifquery(8), ifquery(8),
ifreload(8) ifreload(8)