neocturne / fastd

Fast and Secure Tunnelling Daemon
Other
115 stars 16 forks source link

Interface value null with offloaded null@l2tp in socket response #25

Closed mweinelt closed 2 years ago

mweinelt commented 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.

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.