diff options
| -rwxr-xr-x | src/conf_mode/interfaces-vxlan.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/conf_mode/interfaces-vxlan.py b/src/conf_mode/interfaces-vxlan.py index 1097ae4d0..30ff1755d 100755 --- a/src/conf_mode/interfaces-vxlan.py +++ b/src/conf_mode/interfaces-vxlan.py @@ -38,8 +38,9 @@ default_config_data = {      'link': '',      'mtu': 1450,      'remote': '', -    'remote_port': 8472 # The Linux implementation of VXLAN pre-dates -                        # the IANA's selection of a standard destination port +    'remote_port': 8472, # The Linux implementation of VXLAN pre-dates +                         # the IANA's selection of a standard destination port +    'vni': ''  }  def get_config(): | 
