git: bd9d75e49fab - main - route: revert transport to rtsock
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 08:56:39 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=bd9d75e49fab817965fe8c52807f268c357314f3 commit bd9d75e49fab817965fe8c52807f268c357314f3 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2023-03-28 08:54:33 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-03-28 08:56:18 +0000 route: revert transport to rtsock Temporary switch route(8) back to using rtsock to address the discovered issues. --- sbin/route/Makefile | 4 ---- 1 file changed, 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