freebsd-src/sbin/route
Alexander V. Chernikov f262b06a57 route: fix route get netlink translation.
route.c uses newroute() to handle the "route get" command. The logic
 inside newroute() adds RTF_GATEWAY flag if "-interface" flag is not
 specified. That results in the inconsistent RTM_GET message with
 RTF_GATEWAY set but no RTAX_GATEWAY provided. Address this in the
 translation code by checking if the gateway is actually provided.
2023-04-04 08:42:33 +00:00
..
tests Skip sbin/route tests if jail not installed (WITHOUT_JAIL). 2020-08-04 21:34:13 +00:00
keywords
Makefile route: revert transport to rtsock 2023-03-28 08:56:18 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
route.8 route.8: Don't reference an external command in EXAMPLES 2023-03-14 14:55:28 +01:00
route.c route: fix route get netlink translation. 2023-04-04 08:42:33 +00:00
route_netlink.c route: fix route get netlink translation. 2023-04-04 08:42:33 +00:00