ofproto-dpif: Revalidate on port additions and deletions.
authorEthan Jackson <ethan@nicira.com>
Mon, 3 Oct 2011 19:51:02 +0000 (12:51 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 3 Oct 2011 20:12:52 +0000 (13:12 -0700)
commitf11c28c43f7a0260a7a9dcb26f369c53792b15ca
tree9c184f963a297fa075711be2688e38fd8c8c3237
parent029b26f3924eb7c28614a1c3df284e817904daf1
ofproto-dpif: Revalidate on port additions and deletions.

The addition of a new port to an ofproto-dpif may require
revalidations in some cases.  Notably if this new port is
configured to participate in CFM, but a drop flow has already been
installed in the datapath for CFM messages with the same in_port.

Bug #7598.
ofproto/ofproto-dpif.c