aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* netlink: Parse repeated nested attributesKevin Bowling2026-08-191-11/+11
* manuals: Fix more Fx and nearby mechanical typosAlexander Ziaee2026-08-041-1/+2
* route(8): Add null check for prefsrc optionPouria Mousavizadeh Tehrani2026-07-311-1/+2
* route(8): Add prefsrc option in netlinkPouria Mousavizadeh Tehrani2026-07-283-0/+4
* route: Fix `flush` w/o specified address familyEd Maste2026-05-291-1/+2
* route.8: Describe metric modifierPouria Mousavizadeh Tehrani2026-05-201-1/+21
* route(8): Add metric argumentPouria Mousavizadeh Tehrani2026-05-203-0/+7
* route(8): Show metric value in monitor routePouria Mousavizadeh Tehrani2026-05-201-0/+1
* route(8): Show metric value in get routePouria Mousavizadeh Tehrani2026-05-201-2/+5
* route.8: Describe weight modifierPouria Mousavizadeh Tehrani2026-05-151-1/+12
* route(8): Add route get for multipath routes with -o flagPouria Mousavizadeh Tehrani2026-04-302-5/+61
* route(8): Show weight of nexthop in multipath routesPouria Mousavizadeh Tehrani2026-04-011-1/+2
* route(8): show expire time of each nexthop in monitorPouria Mousavizadeh Tehrani2026-02-261-0/+2
* route(8): Fix -expire argument when using netlinkPouria Mousavizadeh Tehrani2026-02-261-6/+4
* route: fix `route -n monitor` when its output is redirectedOleg Streejak2025-07-171-0/+1
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-0/+1
* netlink: use nitems() and roundup(2) from param.hGleb Smirnoff2024-12-031-3/+3
* route.8: remove now incorrect bug report about blackhole routesKristof Provost2024-11-131-15/+1
* Update Makefile.depend filesSimon J. Gerraty2024-10-142-0/+11
* route: avoid overlapping strcpyKyle Evans2024-07-231-10/+12
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* 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