rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 14 Nov 2014 22:07:50 +0000 (14:07 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Fri, 14 Nov 2014 22:07:50 +0000 (14:07 -0800)
commit67e8c1ac3142a652bc02a6bb1c1d86658605c9f5
tree47cd52550ce89d420aa81597d5f20969b256d9aa
parentb7b612709a712496269cfa2e48855c943502279f
rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.

'rstp-admin-port-state' is the Administrative Bridge Port state
variable defined in the 802.1D-2004 standard.  It can be set to
include or exclude a port from the active topology by management
(section 7.4).

operPointToPointMAC and 'rstp-admin-p2p-mac' are a pair of parameters
that permit inspection of, and control over, the administrative and
operational state of the point-to-point status of the MAC entity by
the MAC Relay Entity.  adminPointToPointMAC can be set by management
and its value is reflected on operPointToPointMAC.

Signed-off-by: Daniele Venturino <daniele.venturino@m3s.it>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/rstp-common.h
lib/rstp.c
lib/rstp.h
ofproto/ofproto-dpif.c
ofproto/ofproto.h
utilities/ovs-vsctl.8.in
vswitchd/bridge.c