cli: make clients able to configure VXLAN without "remote"

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/658
This commit is contained in:
Matt Bernstein 2020-10-22 09:39:59 +01:00 committed by Thomas Haller
parent 6677480a2d
commit 82b2251d2d
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 1 additions and 2 deletions

View file

@ -1102,7 +1102,7 @@ usage_connection_add(void)
" mode vepa|bridge|private|passthru|source\n"
" [tap yes|no]\n\n"
" vxlan: id <VXLAN ID>\n"
" remote <IP of multicast group or remote address>\n"
" [remote <IP of multicast group or remote address>]\n"
" [local <source IP>]\n"
" [dev <parent device (ifname or connection UUID)>]\n"
" [source-port-min <0-65535>]\n"

View file

@ -7200,7 +7200,6 @@ static const NMMetaPropertyInfo *const property_infos_VXLAN[] = {
PROPERTY_INFO_WITH_DESC (NM_SETTING_VXLAN_REMOTE,
.is_cli_option = TRUE,
.property_alias = "remote",
.inf_flags = NM_META_PROPERTY_INF_FLAG_REQD,
.prompt = N_("Remote"),
.property_type = &_pt_gobject_string,
),