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:50:28 +0000 (13:50 -0700)
commit78b75db9ecf9156cecf9727ea836aac7e79704b1
tree38c6eb3b593e25109bad00235277629d701ea07b
parent1b27ae4000826b0bf589a1b2ddc7ea0c76ccd78d
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