auto-attach: Add auto-attach support to bridge layer and command set
authorDennis Flynn <drflynn@avaya.com>
Fri, 20 Feb 2015 19:17:11 +0000 (14:17 -0500)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2015 00:19:26 +0000 (16:19 -0800)
commit99eef98b53b1099b9c698b9d042c599bbc1648b2
treef7691cf18825779999252370e14585b05994c6c0
parent0477baa93b44dc9221e61eddf92545c5d7c477d7
auto-attach: Add auto-attach support to bridge layer and command set

This is the final commit in the series of commits that deliver initial support
for Auto-Attach. Specifically this commit delivers auto-attach support to the
OVS bridge layer as well as the new auto-attach commands. The OVSDB schema is
modified to define the new auto-attach entries. The man pages, unit tests, and
news and license notice files are also updated. A unit test is provided to
validate the construction of auto-attach packets.

Signed-off-by: Ludovic Beliveau <ludovic.beliveau@windriver.com>
Signed-off-by: Dennis Flynn <drflynn@avaya.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
tests/auto-attach.at [new file with mode: 0644]
tests/automake.mk
tests/ovs-vsctl.at
tests/test-aa.c [new file with mode: 0644]
tests/testsuite.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml