commit | 9cde070874b822d4677f4f01fe146991785813b1 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Mar 21 14:22:44 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:48 2007 -0700 |
tree | 2e3a444ad82e026237ce99a4f8cad201f6ca807d | |
parent | 9cf637473c8535b5abe27fee79254c2d552e042a [diff] |
bridge: add support for user mode STP This patchset based on work by Aji_Srinivas@emc.com provides allows spanning tree to be controled from userspace. Like hotplug, it uses call_usermodehelper when spanning tree is enabled so there is no visible API change. If call to start usermode STP fails it falls back to existing kernel STP. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>