]> git.proxmox.com Git - ovs.git/commitdiff
ofproto-dpif: Fix typo in registered command
authorAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 23 Jul 2018 14:45:30 +0000 (17:45 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Wed, 1 Aug 2018 19:37:03 +0000 (22:37 +0300)
Also split line at 79 characters.

Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Acked-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif.c

index afe333e3516663a9e12ac4ad723aee6ae9daaf5b..ad67e300a8be82d347114c495644267e8ccc0c9d 100644 (file)
@@ -5814,7 +5814,8 @@ ofproto_unixctl_init(void)
                              NULL);
     unixctl_command_register("dpif/show-dp-features", "bridge", 1, 1,
                              ofproto_unixctl_dpif_show_dp_features, NULL);
-    unixctl_command_register("dpif/dump-flows", "[-m] [--names | --no-nmaes] bridge", 1, INT_MAX,
+    unixctl_command_register("dpif/dump-flows",
+                             "[-m] [--names | --no-names] bridge", 1, INT_MAX,
                              ofproto_unixctl_dpif_dump_flows, NULL);
     unixctl_command_register("dpif/set-dp-features", "bridge", 1, 3 ,
                              ofproto_unixctl_dpif_set_dp_features, NULL);