aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-106/+394
* Remove remnants of classful addressing. These magic transformationsGleb Smirnoff2012-11-141-41/+8
* 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-271-148/+154
* ANSIfy functions declarations, adjust prototypes. Rename local variablePhilippe Charnier2009-08-251-75/+58
* Extend route command:Kip Macy2009-04-141-11/+20
* 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
* Fix an error in bit shifting logic for network addresses. The routeMike Makonnen2007-10-291-20/+24
* Introduce "route del" as an alias to "route delete".Anton Berezin2005-09-281-0/+1
* - Understand EADDRINUSE, and forget EDQUOT. [1]Gleb Smirnoff2005-09-211-2/+6
* - do DNS lookup for symbolic names specified for a destinationHajimu UMEMOTO2005-05-231-4/+5
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-6/+0
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDJuli Mallett2005-05-111-2/+2
* When parsing an argument as an address in getaddr(), heed the -host optionBruce M Simpson2004-06-161-1/+1
* Teach route(8) how to deal with root being in a prison. If prisonChristian S.J. Peron2004-05-071-0/+4
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-031-1/+14
* For both ifconfig and route if we didn't get enough memory from theDoug Ambrisko2004-04-301-4/+22
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-8/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* link-local multicast address must be converted to KAME specificHajimu UMEMOTO2003-12-071-1/+1
* There is an undocument feature that ``route -vnd flush'' printsRuslan Ermilov2003-04-161-1/+1
* Kill #ifdef NS codePeter Wemm2003-03-051-110/+0
* Since route(8) itself is no longer setuid, we can get a meaningfulKelly Yancey2003-01-251-1/+1
* Don't have -prefixlen 128 on host routes.Hajimu UMEMOTO2002-06-081-8/+5
* Avoid construction which results in label at end of block.Garrett Wollman2002-05-301-2/+6
* Respect -q with "add" and "delete". Document who respects -q.Ruslan Ermilov2002-05-251-30/+31
* Allow prefix/prefixlen syntax for IPv6 to have consistencyHajimu UMEMOTO2002-05-211-15/+22
* Have RTF_HOST for /128 destionation.Hajimu UMEMOTO2002-05-211-4/+9
* Try to guess prefixlen for guessable cases.Hajimu UMEMOTO2002-05-201-0/+33
* o remove __PWarner Losh2002-03-211-3/+3
* Remove 'register' keyword.David E. O'Brien2002-03-201-30/+30