aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* MFC r256715:Hiroki Sato2014-10-091-1/+2
* MFC r256695:Hiroki Sato2014-10-093-10/+42
* MFC r264539:Bjoern A. Zeeb2014-08-161-6/+6
* Merge r260524,r260540Alexander V. Chernikov2014-05-083-3/+42
* 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
* remove stale references to RTF_CLONING and RTF_LLINFOKip Macy2009-09-041-21/+0
* ANSIfy functions declarations, adjust prototypes. Rename local variablePhilippe Charnier2009-08-251-75/+58
* Extend route command:Kip Macy2009-04-142-11/+24
* Fix broken case where caused by last patch whereRandall Stewart2009-04-111-1/+2
* Ok, looking at the solution a bit closer, the levelRandall Stewart2009-04-061-4/+4
* Class based addressing went out in the early 90's. BasicallyRandall Stewart2009-04-061-16/+17
* Fix regression introduced in rev. 173124:Alexander Motin2009-01-181-26/+27
* This main goals of this project are:Qing Li2008-12-151-6/+0
* Fix printing of sockaddr prefixes in verbose mode.Ruslan Ermilov2008-04-101-1/+1
* In route.c in newroute() there's a call to exit(0) if the command wasRemko Lodder2008-03-221-1/+1
* Don't mask the address in inet_makenetandmask() according to what classMike Makonnen2007-11-041-1/+0
* Document -t.David E. O'Brien2007-11-011-0/+4
* Fix an error in bit shifting logic for network addresses. The routeMike Makonnen2007-10-291-20/+24
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-2/+10
* Document that -q option is also applicable to the "change" command.Ruslan Ermilov2005-10-021-2/+2