summaryrefslogtreecommitdiffstats
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* MFC r315690:ngie2017-03-271-4/+4
* MFC r303374:ae2016-08-141-1/+27
* MFHgjb2016-03-021-2/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* | Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
|/
* Fix /sbin/route to never look up (invalid) interface names through DNSrstone2015-09-171-0/+3
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-9/+1
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-9/+14
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2014-05-082-3/+1
| |\ \
| * \ \ Merge headsjg2014-04-283-136/+154
| |\ \ \
| * \ \ \ Merge head@256284sjg2013-10-131-0/+5
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-052-405/+398
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-083-203/+486
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | | | | | Eliminate incorrect IPv6 mask guessing:melifaro2015-01-161-9/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Finish r274175: do control plane MTU tracking.melifaro2014-11-171-1/+1
* | | | | | | Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-113-6/+1
* | | | | | | Put "break" after err() to please coverity.melifaro2014-11-041-0/+1
* | | | | | | Print human-readable error for "route not found" case.melifaro2014-10-311-2/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix incorrect netmasks being passed via rtsock.melifaro2014-05-081-2/+0
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | When switching variables to flags in r243185 a few cases were missed.bz2014-04-161-5/+5
* | | | | Remove AppleTalk support.glebius2014-03-143-70/+2
* | | | | Remove IPX support.glebius2014-03-141-1/+0
* | | | | Bump dates in nestat(1) and route(8) man pages.melifaro2014-01-111-5/+4
* | | | | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).melifaro2014-01-103-4/+44
* | | | | Do some more sanity checks in route(8): require netmask to havemelifaro2014-01-091-0/+7
* | | | | route(1): Pull static data to the top of the file.eadler2013-12-041-15/+15
* | | | | route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-17/+17
* | | | | route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-13/+13
* | | | | route(1): Pull static variable out of the function and into function scope.eadler2013-12-041-3/+3
* | | | | route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-4/+5
* | | | | Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...eadler2013-12-041-9/+15
* | | | | Add const qualifier where appropriateeadler2013-12-041-2/+2
* | | | | Add const qualifier where appropriateeadler2013-12-041-1/+1
* | | | | Turn 'n' into a local variable. This is required for additional changes.eadler2013-12-041-1/+2
* | | | | Use long explicitly for the time difference.hrs2013-10-181-1/+2
* | | | | - Add relative specification in expiration time.hrs2013-10-173-11/+43
| |_|_|/ |/| | |
* | | | When destination parameter is missing, exit with a clear synopsis,glebius2013-10-081-0/+5
| |_|/ |/| |
* | | Fix boundary check of sockaddr array.hrs2013-08-011-3/+2
* | | Fix a bug in cp += SA_SIZE() in RTA_* loop. This could preventhrs2013-07-241-8/+7
* | | - Use getnameinfo() for both of AF_INET and AF_INET6 in routename().hrs2013-07-211-46/+54
* | | - Fix nflag in routename().hrs2013-07-211-10/+33
* | | - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*hrs2013-07-201-80/+48
OpenPOWER on IntegriCloud