xenserver: Avoid doing unneeded work in deconfigure_datapath().
authorBen Pfaff <blp@nicira.com>
Mon, 22 Feb 2010 21:27:19 +0000 (13:27 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Feb 2010 17:55:37 +0000 (09:55 -0800)
commit2a75efe8236e0c98838d866399cc0092fc7f2cd1
treed51a8ca1dd6ef25c6543f1acfff4a825ddecc780
parentc0a50086d9e60995b17bdd8a4e1f150caba337d5
xenserver: Avoid doing unneeded work in deconfigure_datapath().

Deleting a bridge deletes all of its ports, too, so there's no benefit in
doing so manually beforehand.

Signed-off-by: Ben Pfaff <blp@nicira.com>
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py