bridge: Don't bother revalidating in combination with bridge_flush().
authorBen Pfaff <blp@nicira.com>
Thu, 17 Mar 2011 22:14:46 +0000 (15:14 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Mar 2011 00:01:48 +0000 (17:01 -0700)
commitfd5f9a4f6f3e4165a61c5cad4e8b1ff319b55d79
treeb5474622f2c27d507add973f0449727a5b833249
parent2576975552851665507a715ca6de9ed6c4efd95b
bridge: Don't bother revalidating in combination with bridge_flush().

iface_destroy() always calls bridge_flush(), which causes every flow to be
revalidated, so there is no point in revalidating individual tags also.
vswitchd/bridge.c