cli: there are 5 optional arguments for vxlan connections
authorJiří Klimeš <jklimes@redhat.com>
Wed, 16 Dec 2015 13:21:15 +0000 (14:21 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Wed, 16 Dec 2015 13:21:15 +0000 (14:21 +0100)
clients/cli/connections.c

index 59bb29a..bc16f30 100644 (file)
@@ -4280,7 +4280,7 @@ do_questionnaire_vxlan (char **parent, char **local, char **src_port_min,
        gboolean once_more;
 
        /* Ask for optional 'vxlan' arguments. */
-       if (!want_provide_opt_args (_("VXLAN"), 4))
+       if (!want_provide_opt_args (_("VXLAN"), 5))
                return;
 
        if (!*parent) {