Quellcode durchsuchen

Reflect previous variable rename. #review

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm vor 7 Jahren
Ursprung
Commit
374c4e537b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      _modules/ffho_net.py

+ 1 - 1
_modules/ffho_net.py

@@ -509,7 +509,7 @@ def _generate_vxlan_interface_config (node_config, ifaces, sites_config):
 					vlan_raw_device_config = {}
 					ifaces[vlan_raw_device] = vlan_raw_device_config
 
-				if not 'mtu' in vlan_raw_device:
+				if not 'mtu' in vlan_raw_device_config:
 					vlan_raw_device_config['mtu'] = MTU['vxlan_underlay_iface']
 
 		# If the string 'all' is part of the list, blindly use all sites configured for this node