ofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.
authorBen Pfaff <blp@nicira.com>
Sun, 9 Oct 2011 22:52:21 +0000 (15:52 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 20:49:00 +0000 (13:49 -0700)
commit8ba855c1ab62dbc356071794f4681e9f6ba7505a
treec8953473ee96c415c9109a7287314b3ea1fead4b
parenteddfcba7ed6b169030451390f47e7efb23f732af
ofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.

This makes OFPAT_ENQUEUE consistent with OFPAT_OUTPUT for the purpose of
sending a packet back out the input port: both only do it if the port is
given as OFPP_IN_PORT.

Found by inspection.
ofproto/ofproto-dpif.c