route: switch transport protocol to Netlink.

All known bugs have been fixed, try to enable Netlink once again.
This commit is contained in:
Alexander V. Chernikov 2023-04-08 18:01:25 +00:00
parent c17eb99a66
commit 091fec1188

View file

@ -19,7 +19,11 @@ CFLAGS+= -DINET6
.endif
CFLAGS+= -I.
.if ${MK_NETLINK_SUPPORT} != "no"
SRCS+= route_netlink.c
.else
CFLAGS+=-DWITHOUT_NETLINK
.endif
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests