aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add const qualifier where appropriateEitan Adler2013-12-041-2/+2
* Add const qualifier where appropriateEitan Adler2013-12-041-1/+1
* Turn 'n' into a local variable. This is required for additional changes.Eitan Adler2013-12-041-1/+2
* Use long explicitly for the time difference.Hiroki Sato2013-10-181-1/+2
* - Add relative specification in expiration time.Hiroki Sato2013-10-173-11/+43
* When destination parameter is missing, exit with a clear synopsis,Gleb Smirnoff2013-10-081-0/+5
* Fix boundary check of sockaddr array.Hiroki Sato2013-08-011-3/+2
* Fix a bug in cp += SA_SIZE() in RTA_* loop. This could preventHiroki Sato2013-07-241-8/+7
* - Use getnameinfo() for both of AF_INET and AF_INET6 in routename().Hiroki Sato2013-07-211-46/+54
* - Fix nflag in routename().Hiroki Sato2013-07-211-10/+33
* - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*Hiroki Sato2013-07-201-80/+48
* Show "default" for the zero-filled address consistently when nflag == 0.Hiroki Sato2013-07-201-13/+10
* Add cast to (void *) to the following cases to suppress warnings byHiroki Sato2013-07-201-24/+23
* Fix a gcc warning.Hiroki Sato2013-07-181-1/+4
* Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc->p_fibnum.Hiroki Sato2013-07-171-12/+2
* - Add support of MK_INET_SUPPORT=no.Hiroki Sato2013-07-172-268/+278
* Simplify keywords.h generation.Hiroki Sato2013-07-171-9/+5
* Fix a bug that the gateway address was not shown when a -gateway modifierHiroki Sato2013-06-091-0/+1
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-4/+1
* Fix -iface and -interface modifiers.Hiroki Sato2013-01-081-14/+14
* - Fix strtol() error handling.Hiroki Sato2012-12-161-16/+35
* - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-051-10/+0
* Fix fallout from r243019, which broke parsing of shortened networkGleb Smirnoff2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].Hiroki Sato2012-12-041-0/+10
* Flush stdout after RTM_IFANNOUNCE message.Gleb Smirnoff2012-12-041-0/+1
* No need to be root when running with -t or -d.Gleb Smirnoff2012-12-041-2/+2
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-34/+0
* Add -fib modifier to specify FIB number. The FIB number can be in aHiroki Sato2012-11-173-114/+440
* Remove remnants of classful addressing. These magic transformationsGleb Smirnoff2012-11-141-41/+8
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Document the show alias and add an EXAMPLES section.Joel Dahl2012-03-241-1/+36
* Fix a possible infinite loop in "route flush" on 64-bit archs.Hiroki Sato2012-02-041-2/+2
* Handle the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2012-01-071-3/+6
* - Fix array bounds checking. [1]Gleb Smirnoff2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.Gleb Smirnoff2010-12-081-0/+1
* route(8): make WARNS=3 cleanUlrich Spörlein2010-02-272-148/+154