mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 21:00:10 +01:00
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 |
||
|---|---|---|
| .. | ||
| tests | ||
| interface_parser.c | ||
| interface_parser.h | ||
| Makefile.am | ||
| nm-ifupdown-connection.c | ||
| nm-ifupdown-connection.h | ||
| parser.c | ||
| parser.h | ||
| plugin.c | ||
| plugin.h | ||