2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-23 14:57:06 +00:00
Files
openvswitch/tests
Ben Pfaff b55f2f799b ofp-actions: Switch away from odd use of "q" in "enqueue" action format.
The formatting of the "enqueue" action uses a "q" to separate the port
number from the queue number, as in "enqueue:123q456".  This is different
from every other action.  This commit improves the situation by:

    * Switching the formatting to use a colon (e.g. "enqueue:123:456"),
      which is a little less odd-looking but still accepted by older
      versions of Open vSwitch.

    * Improving the parser to accept "enqueue(123,456)" also.

Signed-off-by: Ben Pfaff <blp@nicira.com>
2013-11-11 10:58:10 -08:00
..
2013-11-04 14:46:28 -08:00
2013-04-03 05:54:26 -07:00
2013-04-22 08:49:32 -07:00
2013-04-22 08:49:32 -07:00
2013-04-22 08:49:32 -07:00
2013-04-22 08:49:32 -07:00
2013-04-22 08:49:32 -07:00
2013-08-17 15:19:05 -07:00
2013-08-22 09:29:39 -07:00
2013-08-22 09:29:40 -07:00
2013-10-17 15:09:13 -07:00
2013-10-17 15:09:13 -07:00