route: revert transport to rtsock
Temporary switch route(8) back to using rtsock to address the discovered issues.
This commit is contained in:
parent
2992da2171
commit
2435d476d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user