mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 17:48:07 +02:00
cli: make clients able to configure VXLAN without "remote"
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/658
This commit is contained in:
parent
6677480a2d
commit
82b2251d2d
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue