Closed mweinelt closed 2 years ago
The interface value in the peers dictionary is null for connections that use null@l2tp and l2tp offload, and populated for those with other ciphers, like salsa2012+umac.
null@l2tp
salsa2012+umac
Relevant config settings:
interface "peer-%k"; persist interface no; mode multitap; offload l2tp yes;
Given the interface pattern fastd should be aware of all interface names.
Happens on 22-2~bpo11+1.
The interface value in the peers dictionary is null for connections that use
null@l2tp
and l2tp offload, and populated for those with other ciphers, likesalsa2012+umac
.Relevant config settings:
Given the interface pattern fastd should be aware of all interface names.
Happens on 22-2~bpo11+1.