cli: there are 5 optional arguments for vxlan connections

This commit is contained in:
Jiří Klimeš
2015-12-16 14:21:15 +01:00
parent 3a6cd8204f
commit ff38790b12

View 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) {