On Sat, Nov 2, 2013 at 9:51 PM, Ben Pfaff <[email protected]> wrote: > 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. >
In the "str_to_ofpacts__()", we parse "," as a delimiter to separate actions. So, we should not use ",".
_______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
