ovs-vsctl: Don't allow controller configuration on fake bridges
authorJustin Pettit <jpettit@nicira.com>
Fri, 18 Dec 2009 00:05:55 +0000 (16:05 -0800)
committerJustin Pettit <jpettit@nicira.com>
Mon, 21 Dec 2009 06:05:18 +0000 (22:05 -0800)
commit975ac5313396fbafe829b862335d90967b4d74f3
treec043982e46d5676b9aebd8039c7344b952ad7692
parent11aa56278b42e97f4ca7050f797b663a89b3611f
ovs-vsctl: Don't allow controller configuration on fake bridges

Fake bridges can't have controller configuration separate from its
parent, so prevent this from happening.

Thanks to Ben Pfaff for pointing out the problem.
utilities/ovs-vsctl.c