git: net/radix: Make this code also usable in userland
Aaron LI
aly at crater.dragonflybsd.org
Sat Nov 11 23:01:21 PST 2023
commit 4a8a59036f712c9970dc1cdded2dd7ff73a6f552
Author: Aaron LI <aly at aaronly.me>
Date: Sun Nov 12 12:36:43 2023 +0800
net/radix: Make this code also usable in userland
sbin/routed bundles its own radix implementation that is basically an
old copy of the kernel sys/net/radix code. Make this kernel version
also usable in userland so that we can get rid of the duplicate version
in sbin/routed.
Summary of changes:
sys/net/radix.c | 56 +++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 45 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a8a59036f712c9970dc1cdded2dd7ff73a6f552
--
DragonFly BSD source repository
More information about the Commits
mailing list