mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
change ifupdown example for vxlan-learning to the non-default option
Ticket: CM-4723 Reviewed By: CCR-2408 Testing Done: Change example to non-default option - "vxlan-learning off"
This commit is contained in:
@@ -25,7 +25,7 @@ class vxlan(moduleBase):
|
||||
'example': ['vxlan-peernodeip 172.16.22.127']},
|
||||
'vxlan-learning' :
|
||||
{'help' : 'vxlan learning on/off',
|
||||
'example': ['vxlan-learning on'],
|
||||
'example': ['vxlan-learning off'],
|
||||
'default': 'on'},
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user