Explorar o código

fastd: Allow both aes128 ciphers we had in use everywhere.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm %!s(int64=4) %!d(string=hai) anos
pai
achega
c4dba0bbe2
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      fastd/fastd.conf

+ 3 - 1
fastd/fastd.conf

@@ -8,8 +8,10 @@ interface "{{ site }}_{{ network }}";
 
 
 {%- if 'aes' in grains.cpu_flags and grains.oscodename not in [ "stretch" ] %}
 {%- if 'aes' in grains.cpu_flags and grains.oscodename not in [ "stretch" ] %}
 method "aes128-gcm";
 method "aes128-gcm";
+method "aes128-ctr+umac";
 {%- else %}
 {%- else %}
-#method "aes128-gcm";	# - Not supported by CPU on this machine 
+#method "aes128-gcm";		# - Not supported by CPU on this machine
+#method "aes128-ctr+umac";	# - Not supported by CPU on this machine
 {%- endif %}
 {%- endif %}
 method "salsa2012+umac";
 method "salsa2012+umac";