secchan: Fix OpenFlow matching on output port with OFPFC_DELETE.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Apr 2009 21:28:54 +0000 (14:28 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 May 2009 17:55:28 +0000 (10:55 -0700)
commit735df99f11a1acfb5c346188f14a984275b3068d
tree464e7fb4228a4cce34f83224f33dddda05265b6b
parentf41a6212c948e179b26ad6ec5053ff94ece3683a
secchan: Fix OpenFlow matching on output port with OFPFC_DELETE.

The implementation of matching on out_port was only half-implemented for
OFPFC_DELETE.  It was probably just overlooked.  This commit fixes it, by
supplying the other half.
secchan/ofproto.c