ovs-vsctl: Verify VLAN bridge controllers in cmd_get_controller().
authorBen Pfaff <blp@nicira.com>
Tue, 17 Apr 2012 20:50:53 +0000 (13:50 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 19:55:01 +0000 (12:55 -0700)
commit7da6c3a6906872f6c98bd515490f201d430a3f97
tree6bd23abba72221db7b4e1967156b2ad82a93bfbc
parentd655c728e3ed88b2a09883980507de1652f60e91
ovs-vsctl: Verify VLAN bridge controllers in cmd_get_controller().

A VLAN bridge uses its parent's controllers, so checking the controller
should verify the parent's set of controllers.

The change to verify_controllers() isn't necessary; it just deletes
the check for a null 'bridge' because verify_controllers() can no
longer be called with a null 'bridge'.

This fixes a bug, but it is unlikely to ever have caused a real problem for
users.

Found by inspection.

Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-vsctl.c