aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* route tests: SerializeMark Johnston2024-01-271-4/+4
* route: error on IPv4 network routes with incorrect destinationMike Karels2024-01-151-0/+17
* route: introduce add interface route test casesR. Christian McDonald2023-11-281-0/+58
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-274-7/+0
* netlink: cope with growing requestsKristof Provost2023-10-171-4/+4
* route(8): fix `route not found` exit code and warn with netlinkR. Christian McDonald2023-09-191-10/+15
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* route.8: mention DXR in FIB_ALGO sectionMarko Zec2023-06-151-2/+14
* route(8): teach route to attach to jailsYan Ka, Chiu2023-06-133-3/+43
* netlink: use newly-added snl(3) array parsing for handling multipathAlexander V. Chernikov2023-05-271-6/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* route: show originator PID in netlink monitorAlexander V. Chernikov2023-04-281-27/+46
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* route: remove always-true expressionAlexander V. Chernikov2023-04-091-2/+1
* route: switch transport protocol to Netlink.Alexander V. Chernikov2023-04-081-0/+4
* route: fix netlink route operations with link-local gw / dst.Alexander V. Chernikov2023-04-081-1/+18
* route: fix route get netlink translation.Alexander V. Chernikov2023-04-042-20/+32
* route: add support for exact-prefix-match via netlink.Alexander V. Chernikov2023-04-021-0/+4
* route: try to autoload netlink(4) module if not present in the kernel.Alexander V. Chernikov2023-03-301-6/+22
* route: revert transport to rtsockAlexander V. Chernikov2023-03-281-4/+0
* route: fix RTF_HOST & non-empty mask handling in netlink translation.Alexander V. Chernikov2023-03-261-2/+8
* route(8): convert to netlinkAlexander V. Chernikov2023-03-263-28/+930
* route.8: Don't reference an external command in EXAMPLESGordon Bergling2023-03-141-4/+3
* route.8: Fix mandoc warningsGordon Bergling2023-02-261-10/+5
* route.8: Add information about ROUTE_MPATH and FIB_ALGOGordon Bergling2023-02-261-1/+56
* route: remove write-only struct hostent from getaddr()Ed Maste2022-01-061-21/+12
* route: use NULL for null ptr in getaddr call, not 0Ed Maste2022-01-011-7/+7
* route(8): Remove obsolete informationWarner Losh2021-12-151-18/+1
* socket: Implement SO_RERRORRoy Marples2021-07-281-1/+12
* route(8): Add an example how to print the routing tablesGordon Bergling2021-04-131-1/+6
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-12/+1
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-1/+12
* Remove remnants of classful behavior in route(8).Alexander V. Chernikov2021-01-161-55/+14
* Skip sbin/route tests if jail not installed (WITHOUT_JAIL).Olivier Cochard2020-08-041-2/+2
* Add tests for "add", "change" and "delete" functionality of /sbin/route.Tom Jones2020-07-224-0/+186
* route(8): clarify -prefixlen descriptionEnji Cooper2019-01-101-7/+7
* route(8): correctly return exit status when "-q" flag is used.Eugene Grosbein2018-10-271-4/+6
* Fix memory leaks in route(8).Alexander V. Chernikov2018-03-311-0/+2
* route(8): make it possible to manually delete pinned routeEugene Grosbein2018-02-241-1/+3
* Fix route manpage to show correct flush syntaxRyan Stone2018-02-211-1/+2
* Allow route change requests to not specify the gateway.Ryan Stone2018-02-211-3/+15
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Typo, the '-6' option selects inet6.Konstantin Belousov2017-08-151-1/+1
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-9/+10
* Delete trailing whitespace (no functional change)Enji Cooper2017-03-211-4/+4
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2