ovs-vsctl: Add option to create fake iface when adding a bond
authorJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 05:53:43 +0000 (21:53 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 16:28:59 +0000 (08:28 -0800)
commitb4182c7f2d25110c2edaf96d33dd081257fa253b
treefecdde6c52551f96b0e3798f9f47465435df67b7
parent5462843f51b66f157d64c3519daeaa3eaa82b64e
ovs-vsctl: Add option to create fake iface when adding a bond

Some systems, such as XenServer, expect that bonds have their own interface.
This commit adds the ability to do that with the "--fake-iface" option
in ovs-vsctl's add-bond command.  It also has XenServer's
interface-reconfigure use it.

Part of solution to Bug #2376
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c
xenserver/opt_xensource_libexec_interface-reconfigure