Support for multi proto tun device on OpenBSD (#1495)

This commit is contained in:
Nate Brown
2025-10-08 17:56:42 -04:00
committed by GitHub
parent 634181ba66
commit 45c1d3eab3
4 changed files with 356 additions and 142 deletions

View File

@@ -294,7 +294,6 @@ func (t *tun) activate6(network netip.Prefix) error {
Vltime: 0xffffffff,
Pltime: 0xffffffff,
},
//TODO: CERT-V2 should we disable DAD (duplicate address detection) and mark this as a secured address?
Flags: _IN6_IFF_NODAD,
}