mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: vxlan: fixing wrong vxlan-id range
Ticket: None Reviewed By: Roopa, Daniel Testing Done: This is not affecting ifupdown2 yet the validvals attribute is only used by ifedit Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@ -17,7 +17,7 @@ class vxlan(moduleBase):
|
||||
'attrs' : {
|
||||
'vxlan-id' :
|
||||
{'help' : 'vxlan id',
|
||||
'validrange' : ['0', '4096'],
|
||||
'validrange' : ['1', '16777214'],
|
||||
'required' : True,
|
||||
'example': ['vxlan-id 100']},
|
||||
'vxlan-local-tunnelip' :
|
||||
|
Reference in New Issue
Block a user