aboutsummaryrefslogtreecommitdiff
path: root/sbin/route
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at EOL.Dima Dorfman2001-07-151-14/+14
* Due to the documented bug in inet_aton(3), it wasn't possibleRuslan Ermilov2001-07-111-2/+3
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-3/+3
* Allow route(8) to create "proxy only" published ARP entries.Ruslan Ermilov2001-06-123-5/+24
* 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-082-2/+11
* Change the host/bits syntax introduced in route.c,v 1.24 to theRuslan Ermilov2001-06-082-9/+8
* - Exit 1 if "add", "change", or "delete" operation fails.Ruslan Ermilov2001-06-072-10/+12
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.Dima Dorfman2001-04-131-7/+7
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-3/+3
* 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
* Typo fix: forgot -> forget.Daniel Harris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+7
* - Documented the host/bits syntax for destination argument.Ruslan Ermilov2000-09-291-3/+13
* 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
* Enable INET6 by default.Yoshinobu Inoue1999-12-151-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-074-8/+172
* MFS: forego->forgoNick Sayer1999-10-161-1/+1
* spell check != grammar check. :-)Nick Sayer1999-10-161-1/+1
* 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-282-2/+2
* 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
* Mention the special destination "default" for default routes. Fix aGuy Helmer1999-05-041-4/+15
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
* Comment is .\" not .|'. Add -d and -t flags to SYNOPSIS and usage(). GetoptPhilippe Charnier1998-07-282-28/+24
* style(9) correctionsWarner Losh1997-12-261-2/+2
* Two fixes:Warner Losh1997-12-241-6/+8
* fix what appears to me to be absolutle bogus codeJulian Elischer1997-07-181-6/+7
* Sync beetween man page and usage string.Philippe Charnier1997-06-182-4/+4
* Allow "modern" syntax:Poul-Henning Kamp1997-04-021-5/+21
* unifdef CCITT, ISO & CRUFT.Poul-Henning Kamp1997-04-023-303/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Security patch from OpenBSD: fixes potential buffer overflow in a staticOllivier Robert1997-02-201-2/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Sort cross references.Wolfram Schneider1997-01-131-2/+3
* If the RTM_NEWMADDR and RTM_DELMADDR messages are definedGarrett Wollman1997-01-091-1/+13
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-5/+7
* Delete another unnecessary #include <sys/mbuf.h>.Garrett Wollman1996-11-011-2/+1