1
0
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:
Julien Fortin
2020-11-16 20:45:46 +01:00
committed by GitHub

View File

@@ -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"]
},