summaryrefslogtreecommitdiffstats
path: root/sbin/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* route(8): make WARNS=3 cleanuqs2010-02-271-148/+154
* ANSIfy functions declarations, adjust prototypes. Rename local variablecharnier2009-08-251-75/+58
* Extend route command:kmacy2009-04-141-11/+20
* 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
* Fix an error in bit shifting logic for network addresses. The routemtm2007-10-291-20/+24
* Introduce "route del" as an alias to "route delete".tobez2005-09-281-0/+1
* - 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
* When parsing an argument as an address in getaddr(), heed the -host optionbms2004-06-161-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
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-8/+4
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* link-local multicast address must be converted to KAME specificume2003-12-071-1/+1
* There is an undocument feature that ``route -vnd flush'' printsru2003-04-161-1/+1
* Kill #ifdef NS codepeter2003-03-051-110/+0
* Since route(8) itself is no longer setuid, we can get a meaningfulkbyanc2003-01-251-1/+1
* Don't have -prefixlen 128 on host routes.ume2002-06-081-8/+5
* Avoid construction which results in label at end of block.wollman2002-05-301-2/+6
* Respect -q with "add" and "delete". Document who respects -q.ru2002-05-251-30/+31
* Allow prefix/prefixlen syntax for IPv6 to have consistencyume2002-05-211-15/+22
* Have RTF_HOST for /128 destionation.ume2002-05-211-4/+9
* Try to guess prefixlen for guessable cases.ume2002-05-201-0/+33
* o remove __Pimp2002-03-211-3/+3
* Remove 'register' keyword.obrien2002-03-201-30/+30
* Introduce an interface announcement message for the routingru2002-01-181-1/+24
* Bring in latest CSRG revisions to this file.ru2001-10-171-11/+11
* Synch with NetBSD and OpenBSD.ru2001-08-311-2/+2
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-0/+4
* Handle snprintf() returning -1.brian2001-08-201-4/+6
* Due to the documented bug in inet_aton(3), it wasn't possibleru2001-07-111-2/+3
* Allow route(8) to create "proxy only" published ARP entries.ru2001-06-121-1/+10
* Fixed the -iface breakage introduced with the latest KAME mergeru2001-06-121-2/+1
* Sync with recent KAME.ume2001-06-111-120/+114
* When changing an indirect route, kernel routing code allocatesru2001-06-081-0/+3
* Change the host/bits syntax introduced in route.c,v 1.24 to theru2001-06-081-6/+5
* - Exit 1 if "add", "change", or "delete" operation fails.ru2001-06-071-10/+8
* Add a couple of newlines in the output from route monitorphk2001-01-151-2/+4
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Interpret the address argument as network-type address for `destination'ru2000-09-291-13/+12
OpenPOWER on IntegriCloud