Rapid Spanning Tree Protocol (IEEE 802.1D).
authorDaniele Venturino <daniele.venturino@m3s.it>
Fri, 22 Aug 2014 16:01:34 +0000 (09:01 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Tue, 9 Sep 2014 18:45:43 +0000 (11:45 -0700)
commit9efd308e957c26ab42a5210cc9fc7300c7d021f0
tree7f1d2b8e546413b6f86dd240823afcba6dca806e
parent3c33f0ffe76c83f7ec1786175ef34f776892cc0d
Rapid Spanning Tree Protocol (IEEE 802.1D).

This is the v5 from June 12th, 2014, rebased to OVS master, further
changes in following patches.

Signed-off by: Daniele Venturino <daniele.venturino@m3s.it>
Signed-off by: Martino Fornasa <mf@fornasa.it>
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Daniele Venturino <daniele.venturino@m3s.it>
26 files changed:
AUTHORS
NOTICE
lib/automake.mk
lib/packets.h
lib/rstp-common.h [new file with mode: 0644]
lib/rstp-state-machines.c [new file with mode: 0644]
lib/rstp-state-machines.h [new file with mode: 0644]
lib/rstp.c [new file with mode: 0644]
lib/rstp.h [new file with mode: 0644]
lib/stp.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
tests/.gitignore
tests/automake.mk
tests/ovs-vsctl.at
tests/rstp.at [new file with mode: 0644]
tests/test-rstp.c [new file with mode: 0644]
tests/testsuite.at
utilities/ovs-vsctl.8.in
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml