ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.
authorBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2015 15:36:07 +0000 (08:36 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2015 15:39:54 +0000 (08:39 -0700)
commit277d3c451f0871ab5d7b96e0de4a5493c82b9598
treeaff92ab69f05f2b6de2c6cf0cb3fc01764f8f18e
parentaa379b44afa72232e5d7176d5e95b2950bc5dee5
ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.

This is implied by the list of ports that are valid for output in the
various versions of the OpenFlow specification.

Found by OFTest.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
lib/bundle.c
lib/ofp-actions.c
tests/ofp-actions.at