ofp-util: Support OFPP_LOCAL in enqueue actions.
authorEthan Jackson <ethan@nicira.com>
Sat, 19 Nov 2011 03:00:34 +0000 (19:00 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 21 Nov 2011 18:36:46 +0000 (10:36 -0800)
commit82172632ad99204b58859edc93d5a76e63d4d73f
tree883c3f2bf52cb6c80b57a94a48b53053785e0eb0
parent5fe0ec3dfc8c9006f98a98026ad2844440f5704b
ofp-util: Support OFPP_LOCAL in enqueue actions.

According to the specification the enqueue action should refer to
"a valid physical port", or OFPP_IN_PORT.  It would be strange to
attach a queueing discipline to the local port, but I see no reason
to restrict it.
DESIGN
lib/ofp-util.c