aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-181-1/+24
* Bring in latest CSRG revisions to this file.Ruslan Ermilov2001-10-171-11/+11
* Synch with NetBSD and OpenBSD.Ruslan Ermilov2001-08-311-2/+2
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-0/+4
* Handle snprintf() returning -1.Brian Somers2001-08-201-4/+6
* Due to the documented bug in inet_aton(3), it wasn't possibleRuslan Ermilov2001-07-111-2/+3
* Allow route(8) to create "proxy only" published ARP entries.Ruslan Ermilov2001-06-121-1/+10
* Fixed the -iface breakage introduced with the latest KAME mergeRuslan Ermilov2001-06-121-2/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-120/+114
* When changing an indirect route, kernel routing code allocatesRuslan Ermilov2001-06-081-0/+3
* Change the host/bits syntax introduced in route.c,v 1.24 to theRuslan Ermilov2001-06-081-6/+5
* - Exit 1 if "add", "change", or "delete" operation fails.Ruslan Ermilov2001-06-071-10/+8
* Add a couple of newlines in the output from route monitorPoul-Henning Kamp2001-01-151-2/+4
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Interpret the address argument as network-type address for `destination'Ruslan Ermilov2000-09-291-13/+12
* Fixed the case where argument of 0.0.0.0/8 would match the default route.Ruslan Ermilov2000-09-291-4/+4
* Clear sin6_scope_id before passing routes into kernel, becaues kernelYoshinobu Inoue2000-03-111-0/+1
* Add an scope index embedded IPv6 link local addr creation support, by routeYoshinobu Inoue2000-02-231-0/+4
* Support IPv6 scoped addr in ifconfig and routeYoshinobu Inoue2000-02-101-25/+71
* Fix return value check for inet_pton().Munechika SUMIKAWA2000-01-251-1/+1
* Merge bug fix from KAME repository.Yoshinobu Inoue2000-01-081-7/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-7/+143
* Remove two more unnecessary function declarations/prototypes.Bill Fumerola1999-09-251-4/+0
* Include the proper headers, remove the unnecessary function declarations.Bill Fumerola1999-09-251-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofArchie Cobbs1999-06-051-2/+3
* Get rid of segfaults in a set-uid program.Ruslan Ermilov1999-06-011-8/+15