1
0
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:
Balakrishnan Raman
2015-01-06 22:12:08 -08:00
parent fce93c54de
commit a57fc3a0bb

View File

@@ -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'},
}}