git: wg: Port #15: adapt 'struct ifnet' related code and routines
Aaron LI
aly at crater.dragonflybsd.org
Thu Feb 8 00:32:27 PST 2024
commit ab259124dfa5d1fb2194a58a91ce4f479e0ef547
Author: Aaron LI <aly at aaronly.me>
Date: Wed Oct 18 10:59:05 2023 +0800
wg: Port #15: adapt 'struct ifnet' related code and routines
Remove unsupported routines, like wg_qflush() and wg_reassign().
Also remove the unsupported 'IFF_DYING' workaround for IPv6. If we also
have such an issue, should fix the IPv6 code.
TODO: rework the if_output() and if_start() routines.
Summary of changes:
sys/net/wg/if_wg.c | 128 ++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 74 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ab259124dfa5d1fb2194a58a91ce4f479e0ef547
--
DragonFly BSD source repository
More information about the Commits
mailing list