diff options
| author | Michael Biebl <biebl@debian.org> | 2010-12-05 05:58:55 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-12-05 05:58:55 +0100 |
| commit | abb8cd0652eee35b3a2a0675600ba1f0c606ad33 (patch) | |
| tree | d2b04b9fce5588a9bb44ad9d173509caee1806be | |
| parent | 258b1610a0cee684860f255e68495bf230d0ae73 (diff) | |
Add DEP-3 patch header
| -rw-r--r-- | debian/patches/02-dbus_access_network_manager.patch | 3 | ||||
| -rw-r--r-- | debian/patches/40-umanaged-interfaces.patch | 6 | ||||
| -rw-r--r-- | debian/patches/50-bridge-interfaces.patch | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/02-dbus_access_network_manager.patch b/debian/patches/02-dbus_access_network_manager.patch index 1d51e81a..e75832e5 100644 --- a/debian/patches/02-dbus_access_network_manager.patch +++ b/debian/patches/02-dbus_access_network_manager.patch @@ -1,3 +1,6 @@ +Description: Add D-Bus policy for group netdev + It is more or less a copy of the at_console section. +Author: Michael Biebl <biebl@debian.org> Index: network-manager/src/NetworkManager.conf =================================================================== --- network-manager.orig/src/NetworkManager.conf 2010-12-05 04:27:16.369752121 +0100 diff --git a/debian/patches/40-umanaged-interfaces.patch b/debian/patches/40-umanaged-interfaces.patch index 0963f7f5..a0c33d59 100644 --- a/debian/patches/40-umanaged-interfaces.patch +++ b/debian/patches/40-umanaged-interfaces.patch @@ -1,3 +1,9 @@ +Description: Correctly mark unmanaged devices + Add interface (iface ...) to well_known_interface no matter if we find a + valid connection configuration or not. This way interfaces are correctly + marked unmanaged for configurations NM does not understand. +Author: Michael Biebl <biebl@debian.org> +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569215 Index: network-manager/system-settings/plugins/ifupdown/plugin.c =================================================================== --- network-manager.orig/system-settings/plugins/ifupdown/plugin.c 2010-12-05 04:24:58.153750890 +0100 diff --git a/debian/patches/50-bridge-interfaces.patch b/debian/patches/50-bridge-interfaces.patch index 07c2a326..c3107fdd 100644 --- a/debian/patches/50-bridge-interfaces.patch +++ b/debian/patches/50-bridge-interfaces.patch @@ -1,3 +1,10 @@ +Description: Allow to unmanage bridge ports + 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. +Author: Michael Biebl <biebl@debian.org> +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530335 Index: network-manager/system-settings/plugins/ifupdown/plugin.c =================================================================== --- network-manager.orig/system-settings/plugins/ifupdown/plugin.c 2010-12-05 04:27:03.157754436 +0100 |