mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
route: switch transport protocol to Netlink.
All known bugs have been fixed, try to enable Netlink once again.
This commit is contained in:
parent
c17eb99a66
commit
091fec1188
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue