Check wildcards for in_port != out_port output validation.
authorJustin Pettit <jpettit@nicira.com>
Wed, 14 Jan 2009 22:52:59 +0000 (14:52 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 14 Jan 2009 22:52:59 +0000 (14:52 -0800)
commit1b580f69f3dfacee49532f71abd72755a09eabd4
treeea7220c2cba746895802d034d5ba65e1a4629e96
parentab0710801aa69d653d3e7b8bd4c7a0239b3ce5ba
Check wildcards for in_port != out_port output validation.

OpenFlow requires that traffic that is to be sent out the interface it
came in on use the OFPP_IN_PORT virtual port.  The action validation
code that enforces this ignored the wildcards field, which meant it was
using the garbage 'in_port' value for this check.
datapath/dp_act.c