ovs-dpctl: Support more than one option for "add-if" command.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Mar 2011 20:46:37 +0000 (12:46 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Mar 2011 20:49:41 +0000 (12:49 -0800)
commit25608d9720000ba2f4b4a881ca2a8cf519404f96
treeead4b762aa9b65c74fc28a3c664f2695e694648a
parent55eccb868b8f1da858a9f724335b5bb059276497
ovs-dpctl: Support more than one option for "add-if" command.

This "while" loop in do_add_if() is supposed to split up everything after
the interface name with ',' as the delimiter, but it didn't do that
correctly.

Also corrects a typo in the manpage pointed out by Justin Pettit.
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c