ovs-ofctl: Remove 'ANY' as a wildcard.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 8 Jan 2013 23:29:44 +0000 (15:29 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 9 Jan 2013 17:50:51 +0000 (09:50 -0800)
commitbedde04cf1adfe8bde736f7bbec95ea7e4f04d20
tree3f863d87a72891cd1b5c19bc2fbdaffbab242571
parent576ec8039c2a5c559c95192c9fc28c7188d71f27
ovs-ofctl: Remove 'ANY' as a wildcard.

Currently we use "*" or ANY to mark a field in flow syntax
as a wildcard. With ANY being a valid openflow port now,
there is a conflict for in_port field. So at the least, we
need to remove ANY from being considered as a wildcard for
in_port. But this may cause general confusion and it may be
a better idea to remove 'ANY' as a wildcard for all fields.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
NEWS
lib/meta-flow.c
utilities/ovs-ofctl.8.in