summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-02correct typo. PR misc/22944itojun
2003-10-01print prefixlen on -showitojun
2003-09-16Remove a comment that referred to a non-committed part of the patch Icube
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-07Bump date for flushall description.wiz
2003-07-19This is an updated submitted patch originally written by Jim Reesjrf
2003-06-11PR/21856: Robert Elz: Changes to route(8) to allow /n instead of -prefixlenchristos
2003-06-03permit foo/bar notation, like "route add 10.0.0.0/8 127.0.0.1".itojun
2003-05-17strlcpy [a few mistakes found]itojun
2003-04-21This addresses PR 17613 when certain methods of adding routes wouldjrf
2003-04-03Made a note in the code about the -d and -d options brought up injrf
2003-02-25Split .Nm with other macro arguments on two lines.wiz
2002-10-18correct prefixlen handling for IPv4.itojun
2002-10-18Make prefixlen check to make sure its argument is present before derefitojun
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-10permit DNS names to address portion. they will be considered as RTF_HOSTitojun
2002-06-05if we're unsure about prefixlen, don't say "128".itojun
2002-06-05more correct ion to RTF_HOST handling.itojun
2002-06-04do not have -prefixlen 128 on RTF_HOST.itojun
2002-05-20raise RTF_HOST if destination is a host (/128). from umeitojun
2002-02-21PR/15672: Love: route monitor missing infochristos
2002-02-08the modifiers (-inet6, ...) do not only affect the behaviour of "flush",hubertf
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-11-16Punctuation fix, sort sections, sort SEE ALSO.wiz
2001-11-15Make route exit with a non-zero error code when operations to the routingchristos
2001-11-02fix -Wshadow warningslukem
2001-10-24Provide a short output format for the get command that only prints theatatat
2001-10-24Print a R on reject routes to indicate that they're not normal routes,atatat
2001-10-18PR/14286: reed@reedmedia.net: Explain default.christos
2001-10-06When dumping the routing table, use getnameinfo() to print link-layerbjh21
2001-07-20off-by-one error in -prefixlen arg validation (do not permit 129 on IPv6)itojun
2001-07-20make prefixlen work on IPv4 tooitojun
2001-07-16The way pmsg_addrs() is used requires that it always prints a newline andbad
2001-06-05Fix Nd and some whitespace and punctuation.wiz
2001-06-05Drop arguments of .Os.wiz
2001-04-27Added a few examples and a reference to sysctl to enable IP forwardingmanu
2001-02-19convert to use getprogname()cgd
2001-02-04remove nested externs.christos
2001-01-27support -cloned command line flag.itojun
2001-01-27regenitojun
2001-01-27add a keyword, cloneditojun
2001-01-27mark cloned routes with RTF_CLONED. present it with netstat -r by "c".itojun
2001-01-27support RTF_BLACKHOLE.itojun
2001-01-27remove use of uninitialized route (struct ortentry).itojun
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-10on "route monitor", print RTM_IFANNOUNCE, RTM_IFINFO (new #), and others.itojun
2000-05-04Allow INET6 to be used with SMALL without undefined symbolssommerfeld