aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2023-03-28 08:54:33 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2023-03-28 08:56:18 +0000
commitbd9d75e49fab817965fe8c52807f268c357314f3 (patch)
treeb53d7639f2b11a9a63ca8a73f971c9945c775db8
parent1cebc9298cf2272da46c3c574d06a80ce59854aa (diff)
downloadsrc-bd9d75e49fab817965fe8c52807f268c357314f3.tar.gz
src-bd9d75e49fab817965fe8c52807f268c357314f3.zip
route: revert transport to rtsock
Temporary switch route(8) back to using rtsock to address the discovered issues.
-rw-r--r--sbin/route/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index aec222310d46..6bae363375a9 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -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