Move "-T" and "exec" support out of SMALL
authorkn <kn@openbsd.org>
Sat, 23 Oct 2021 09:28:48 +0000 (09:28 +0000)
committerkn <kn@openbsd.org>
Sat, 23 Oct 2021 09:28:48 +0000 (09:28 +0000)
commit88147c8f99d374259eb96c08e844c38de0b8d33b
tree7f9144098d531a3722a2c6fd9a36e93adb0b10bb
parent2b65cbb3ad9fb619e7bf555fe3196be3ecdb2456
Move "-T" and "exec" support out of SMALL

Ramdisk kernels lack support for alternate routing tables,
so "-T N" for N > 0 always fails.
"route -T0 exec" is just a useless "exec", so zap it completely.

OK benno
sbin/route/route.c