secchan: Reinstall flows deleted externally.
authorBen Pfaff <blp@nicira.com>
Mon, 4 May 2009 23:14:35 +0000 (16:14 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 May 2009 23:14:35 +0000 (16:14 -0700)
commit015873ec6c3c1a440c32d9d0b7938129228871b3
treebb9355d55d543b8a6b0f5e9ea871f8bd79cfb1ef
parent29a1100c365ebfa4c66d51063fe5bcf83dd048ec
secchan: Reinstall flows deleted externally.

If something external to secchan deletes flows from the datapath (e.g.
the administrator runs "dpctl dp-del-flows") then until now secchan would
switch all of those packets manually, using dpif_execute().  Better
behavior is to reinstall the flow.  This commit implements that.
secchan/ofproto.c