Use /sbin/ip as default

This commit is contained in:
Florian Pose 2026-03-03 08:52:53 +01:00
parent f16c0ff3c3
commit bde53bc4f3
1 changed files with 2 additions and 2 deletions

View File

@ -1414,9 +1414,9 @@ AC_SUBST(kmoddir, [$kmoddir])
AC_ARG_WITH([ip-cmd],
AS_HELP_STRING([--with-ip-cmd=<CMD>],
['ip' command to use [default=/bin/ip]]),
['ip' command to use [default=/sbin/ip]]),
[ipcmd=[$withval]],
[ipcmd="/bin/ip"]
[ipcmd="/sbin/ip"]
)
AC_MSG_CHECKING([for ip command])