aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* 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
* Due to dropped mbuf in netisr queue route(8) can fall into infinityAndrey V. Elsukov2016-07-271-1/+27
* MFHGlen Barber2016-03-021-2/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Fix /sbin/route to never look up (invalid) interface names through DNSRyan Stone2015-09-171-0/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-9/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-9/+14
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-082-3/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-283-136/+154
| |\ \ \
| * \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-0/+5
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-405/+398
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-083-203/+486
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | | Eliminate incorrect IPv6 mask guessing:Alexander V. Chernikov2015-01-161-9/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-171-1/+1
* | | | | | | Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-113-6/+1
* | | | | | | Put "break" after err() to please coverity.Alexander V. Chernikov2014-11-041-0/+1
* | | | | | | Print human-readable error for "route not found" case.Alexander V. Chernikov2014-10-311-2/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix incorrect netmasks being passed via rtsock.Alexander V. Chernikov2014-05-081-2/+0
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | When switching variables to flags in r243185 a few cases were missed.Bjoern A. Zeeb2014-04-161-5/+5
* | | | | Remove AppleTalk support.Gleb Smirnoff2014-03-143-70/+2
* | | | | Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* | | | | Bump dates in nestat(1) and route(8) man pages.Alexander V. Chernikov2014-01-111-5/+4
* | | | | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov2014-01-103-4/+44
* | | | | Do some more sanity checks in route(8): require netmask to haveAlexander V. Chernikov2014-01-091-0/+7
* | | | | route(1): Pull static data to the top of the file.Eitan Adler2013-12-041-15/+15
* | | | | route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-17/+17
* | | | | route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-13/+13
* | | | | route(1): Pull static variable out of the function and into function scope.Eitan Adler2013-12-041-3/+3
* | | | | route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-4/+5
* | | | | Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...Eitan Adler2013-12-041-9/+15