ovs-ofctl: Reimplement dumping particular tables.
authorBen Pfaff <blp@nicira.com>
Fri, 3 Dec 2010 18:32:38 +0000 (10:32 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Dec 2010 18:32:38 +0000 (10:32 -0800)
commitb8c5c0dc73c3ff58c55b63b6afa56749706217da
tree835e3241b81ed0a2f7bb755c013352cf6d7dde2e
parent87542e21fa88f0e566fdff023410a33f11d164ba
ovs-ofctl: Reimplement dumping particular tables.

"dump-flows" and "dump-aggregate" are documented to accept a "table"
value to dump only a particular OpenFlow table, but commit 8050b31d6
"ofp-parse: Refactor flow parsing" broke this, by always dumping table
0.  This commit should fix it (though I haven't tested it).
utilities/ovs-ofctl.c