1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addons: vxlan: modinfo: remove vxlan-port validval

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2018-11-05 20:04:58 +01:00
parent 05a596d020
commit a0b4ad9c9b

View File

@@ -72,7 +72,6 @@ class vxlan(moduleBase):
'example': ['vxlan-purge-remotes yes'],},
'vxlan-port': {
'help': 'vxlan UDP port (transmitted to vxlan driver)',
'validvals': ['<number>'],
'example': ['vxlan-port 4789'],
'validrange': ['1', '65536'],
'default': '4789',