Re: [PATCH] libnm-util: fix Bridge priority default (rh #1073664)

2014-03-14 Thread Thomas Haller
On Fri, 2014-03-07 at 18:05 -0600, Dan Williams wrote: Due to a misread of the kernel code, the bridge priority default when STP was enabled was 0x80 instead of 0x8000. Acked-by: Thomas Haller thal...@redhat.com signature.asc Description: This is a digitally signed message part

[PATCH] core: fix auto-activation of ignore-carrier devices when carrier appears (rh #1076592)

2014-03-14 Thread Dan Williams
If a device had its carrier ignored, and did not have a carrier on startup, then NetworkManager would not re-check autoconnect connections when the device's carrier appeared. Because ignore-carrier devices are always in DISCONNECTED state when they are managed, the nm-device.c::carrier_changed()

Re: [PATCH] libnm-util: fix Bridge priority default (rh #1073664)

2014-03-14 Thread Dan Williams
On Fri, 2014-03-14 at 17:18 +0100, Thomas Haller wrote: On Fri, 2014-03-07 at 18:05 -0600, Dan Williams wrote: Due to a misread of the kernel code, the bridge priority default when STP was enabled was 0x80 instead of 0x8000. Acked-by: Thomas Haller thal...@redhat.com Thanks, pushed to git