mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
cli: there are 5 optional arguments for vxlan connections
This commit is contained in:
parent
3a6cd8204f
commit
ff38790b12
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue