Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1479599

Re: [PATCH net-next] net: bridge: add helper to call /sbin/bridge-stp

From Stephen Hemminger <stephen@networkplumber.org>
Newsgroups linux.kernel
Subject Re: [PATCH net-next] net: bridge: add helper to call /sbin/bridge-stp
Date 2016-09-09 03:00 +0200
Message-ID <sfikF-4uk-5@gated-at.bofh.it> (permalink)
References <sfaQa-8hz-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu,  8 Sep 2016 12:50:43 -0400
Vivien Didelot <vivien.didelot@savoirfairelinux.com> wrote:

> If /sbin/bridge-stp is available on the system, bridge tries to execute
> it instead of the kernel implementation when starting/stopping STP.
> 
> If anything goes wrong with /sbin/bridge-stp, bridge silently falls back
> to kernel STP, making hard to debug userspace STP.
> 
> This patch adds a br_stp_call_user helper to start/stop userspace STP
> and debug errors from the program: abnormal exit status is stored in the
> lower byte and normal exit status is stored in higher byte.
> 
> Below is a simple example on a kernel with dynamic debug enabled:
> 
>     # ln -s /bin/false /sbin/bridge-stp
>     # brctl stp br0 on
>     br0: failed to start userspace STP (256)
>     # dmesg
>     br0: /sbin/bridge-stp exited with code 1
>     br0: failed to start userspace STP (256)
>     br0: using kernel STP
> 
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

I understand that debugging STP is hard. But this solution looks like it
would break existing userspace because you changed an API.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next] net: bridge: add helper to call /sbin/bridge-stp Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-09-08 19:00 +0200
  Re: [PATCH net-next] net: bridge: add helper to call  /sbin/bridge-stp Stephen Hemminger <stephen@networkplumber.org> - 2016-09-09 03:00 +0200
    Re: [PATCH net-next] net: bridge: add helper to call /sbin/bridge-stp Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-09-09 15:10 +0200
  Re: [PATCH net-next] net: bridge: add helper to call  /sbin/bridge-stp David Miller <davem@davemloft.net> - 2016-09-13 17:30 +0200

csiph-web