ofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT add a flow if no match.
authorBen Pfaff <blp@nicira.com>
Fri, 2 Apr 2010 22:12:42 +0000 (15:12 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 5 Apr 2010 17:19:19 +0000 (10:19 -0700)
commit79eee1eb33caa89ced4a03c2f486d94cd1b6930f
tree90628bfda2b26002f04845251290cc2daed9a4dd
parent3a2fe1f354988b92aa8b4fa8a7c3bac04f8693ab
ofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT add a flow if no match.

OpenFlow 1.0 says that OFPFC_MODIFY and OFPFC_MODIFY_STRICT are supposed
to add the specified flow to the flow table if it does not already contain
one that matches.

Reported-by: Natasha Gude <natasha@nicira.com>
Bug #2506.
ofproto/ofproto.c