route: revert transport to rtsock

Temporary switch route(8) back to using rtsock to address
 the discovered issues.
This commit is contained in:
Alexander V. Chernikov 2023-03-28 08:54:33 +00:00
parent 1cebc9298c
commit bd9d75e49f

View file

@ -19,11 +19,7 @@ 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