[ovs-dev] [trace 3/3] ofproto: Add "ofproto/trace" command to help debugging flow tables.

Ethan Jackson ethan at nicira.com
Thu Dec 9 22:37:47 UTC 2010


This looks good assuming the resubmit hook from patch 1 of the series
comes
back in this patch.


+    dpname = strtok_r(args, " ", &save_ptr);
+    tun_id_s = strtok_r(NULL, " ", &save_ptr);
+    in_port_s = strtok_r(NULL, " ", &save_ptr);
+    packet_s = strtok_r(NULL, "", &save_ptr);
The seconds strtok arg for packet_s should probably be " ".


Ethan




More information about the dev mailing list