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

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

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

2014-03-07 Thread Dan Williams
Due to a misread of the kernel code, the bridge priority default when STP was enabled was 0x80 instead of 0x8000. --- libnm-util/nm-setting-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-setting-bridge.c b/libnm-util/nm-setting-bridge.c index