Adjust sourceaddr argument parser.
authorclaudio <claudio@openbsd.org>
Fri, 17 Mar 2023 16:11:09 +0000 (16:11 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 17 Mar 2023 16:11:09 +0000 (16:11 +0000)
commit2a0155c3994a546d53a17eecc6659bed6798e6c5
tree73433a20219f62503426a0b945a8195c443435f2
parent00164d1023b8543121e686d69881fde8ff1da926
Adjust sourceaddr argument parser.

Only print the sourceaddrs if no argument was passed. If arguemnts
are set make sure that either and address is present or that an ifp
was given. This make the command behave a more like other route commands.
OK deraadt@
sbin/route/route.c