in-band: Use OFPP_NORMAL instead of OFPP_LOCAL for traffic to local port.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:14:23 +0000 (17:14 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:25:52 +0000 (17:25 -0700)
commit8f5e000c4fbd6678aa1c6e4f891344b64a32fc30
treeafec7356e754e9bad255262ba785b7bde8ec1d17
parent9210cf2268cd246bf92a05d5efb74d90dc61eae5
in-band: Use OFPP_NORMAL instead of OFPP_LOCAL for traffic to local port.

If we use OFPP_LOCAL then the code that implements the normal action won't
get a chance to learn from these packets.

This change seems somewhat risky, since in-band control is so touchy, which
is why it is broken out as a separate commit that can easily be reverted.
secchan/in-band.c