mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Merge pull request #181 from moepman/fix-vxlan-modinfo
addons: vxlan: fix vxlan-svcnodeip help text
This commit is contained in:
@@ -51,7 +51,7 @@ class vxlan(Addon, moduleBase):
|
||||
"example": ["vxlan-local-tunnelip 172.16.20.103"]
|
||||
},
|
||||
"vxlan-svcnodeip": {
|
||||
"help": "vxlan id",
|
||||
"help": "vxlan svc node id",
|
||||
"validvals": ["<ipv4>"],
|
||||
"example": ["vxlan-svcnodeip 172.16.22.125"]
|
||||
},
|
||||
|
Reference in New Issue
Block a user