Browse Source

fastd: It's all buster now, no tag needed anymore

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
ec06b1c43a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fastd/fastd.conf

+ 1 - 1
fastd/fastd.conf

@@ -53,7 +53,7 @@ on up "
 	ip link set $INTERFACE up
 
 	batctl {{ meshif }} {{ bat_iface }} if add $INTERFACE
-{%- if grains.oscodename == "buster" or 'batman-iface-penalty' in node_config.get ('tags', []) %}
+{%- if grains.oscodename == "buster" %}
 	# Make VPN more expensive than intra DC/DCI/WBBL links
 	batctl hardif $INTERFACE hop_penalty 50
 {%- endif %}