Sfoglia il codice sorgente

fastd: Remove check for Debian stretch.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 2 anni fa
parent
commit
19319feb5e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fastd/fastd.conf

+ 1 - 1
fastd/fastd.conf

@@ -14,7 +14,7 @@ interface "{{ site }}_{{ network }}";
 {% if network_type == 'nodes' and 'batman_gw' in node_config.get ('roles') %}
 method "null";			# Null-cipher for node VPNs
 {%- endif %}
-{%- if 'aes' in grains.cpu_flags and grains.oscodename not in [ "stretch" ] %}
+{%- if 'aes' in grains.cpu_flags %}
 method "aes128-gcm";
 method "aes128-ctr+umac";
 {%- else %}