summaryrefslogtreecommitdiffstats
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* Retire struct sockaddr_inarp.glebius2013-01-311-4/+1
* Fix -iface and -interface modifiers.hrs2013-01-081-14/+14
* - Fix strtol() error handling.hrs2012-12-161-16/+35
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-10/+0
* Fix fallout from r243019, which broke parsing of shortened networkglebius2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-041-0/+10
* Flush stdout after RTM_IFANNOUNCE message.glebius2012-12-041-0/+1
* No need to be root when running with -t or -d.glebius2012-12-041-2/+2
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-34/+0
* Add -fib modifier to specify FIB number. The FIB number can be in ahrs2012-11-173-114/+440
* Remove remnants of classful addressing. These magic transformationsglebius2012-11-141-41/+8
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* Document the show alias and add an EXAMPLES section.joel2012-03-241-1/+36
* Fix a possible infinite loop in "route flush" on 64-bit archs.hrs2012-02-041-2/+2
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-3/+6
* - Fix array bounds checking. [1]glebius2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.glebius2010-12-081-0/+1
* route(8): make WARNS=3 cleanuqs2010-02-272-149/+155
* remove stale references to RTF_CLONING and RTF_LLINFOkmacy2009-09-041-21/+0
* ANSIfy functions declarations, adjust prototypes. Rename local variablecharnier2009-08-251-75/+58
* Extend route command:kmacy2009-04-142-11/+24
* Fix broken case where caused by last patch whererrs2009-04-111-1/+2
* Ok, looking at the solution a bit closer, the levelrrs2009-04-061-4/+4
* Class based addressing went out in the early 90's. Basicallyrrs2009-04-061-16/+17
* Fix regression introduced in rev. 173124:mav2009-01-181-26/+27
* This main goals of this project are:qingli2008-12-151-6/+0
* Fix printing of sockaddr prefixes in verbose mode.ru2008-04-101-1/+1
* In route.c in newroute() there's a call to exit(0) if the command wasremko2008-03-221-1/+1
* Don't mask the address in inet_makenetandmask() according to what classmtm2007-11-041-1/+0
* Document -t.obrien2007-11-011-0/+4
* Fix an error in bit shifting logic for network addresses. The routemtm2007-10-291-20/+24
* Obey MK_INET6_SUPPORT.yar2006-07-271-2/+10
* Document that -q option is also applicable to the "change" command.ru2005-10-021-2/+2
* Introduce "route del" as an alias to "route delete".tobez2005-09-283-1/+7
* - Understand EADDRINUSE, and forget EDQUOT. [1]glebius2005-09-211-2/+6
* - do DNS lookup for symbolic names specified for a destinationume2005-05-231-4/+5
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-6/+0
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDjmallett2005-05-111-2/+2
* Expand *n't contractions.ru2005-02-131-1/+1
* Sort sections.ru2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-101-1/+1
* Fix markup: .Dv -> .Vabms2004-11-041-2/+2
* Document the fact that blackhole routes normally need to be boundbms2004-11-041-0/+10
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
* When parsing an argument as an address in getaddr(), heed the -host optionbms2004-06-161-1/+1
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-1/+1
* Teach route(8) how to deal with root being in a prison. If prisoncsjp2004-05-071-0/+4
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-1/+14
* For both ifconfig and route if we didn't get enough memory from theambrisko2004-04-301-4/+22
OpenPOWER on IntegriCloud