From ff38790b124fc218606f1638e65c2d0cfed0d41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 16 Dec 2015 14:21:15 +0100 Subject: [PATCH] cli: there are 5 optional arguments for vxlan connections --- clients/cli/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 59bb29a41..bc16f30c4 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -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) {