NetworkManager/system-settings/plugins/ifupdown
Michael Biebl 898e08eef1 ifupdown: Allow to mark bridge ports as unmanaged (debian #530335)
Parse bridge configurations in /etc/network/interfaces and add
interfaces defined via bridge_ports to well_known_interfaces. This
allows to mark those interfaces as unmanaged if managed=false.
The "all" keyword and regexes are not supported and simply skipped.

Example:
iface br0 inet manual
	bridge_ports eth0 eth1 (→ eth0/1 will be marked as unmanaged)

See also:
http://manpages.ubuntu.com/manpages/maverick/man5/bridge-utils-interfaces.5.html

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530335
2010-12-09 00:15:17 -06:00
..
tests ifupdown: make testcase parsing quiet 2010-08-12 22:44:07 -05:00
interface_parser.c ifupdown: make testcase parsing quiet 2010-08-12 22:44:07 -05:00
interface_parser.h ifupdown: make testcase parsing quiet 2010-08-12 22:44:07 -05:00
Makefile.am ifupdown: add ifparser testcases 2010-08-12 22:35:13 -05:00
nm-ifupdown-connection.c ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
nm-ifupdown-connection.h ifupdown: fix connection class inheritance 2010-08-04 01:54:10 -05:00
parser.c ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
parser.h ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
plugin.c ifupdown: Allow to mark bridge ports as unmanaged (debian #530335) 2010-12-09 00:15:17 -06:00
plugin.h License header and FSF address update 2008-12-20 09:46:41 -05:00