summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2006-08-26Remove XNS and CCITT/X25 bits.matt
2006-08-06Bump date for previous.wiz
2006-08-06Document -nocloning, -nocloned flags. Shift a couple of columnsdyoung
2006-08-06KNF err(3), errx(3) usage, indentation, braces.dyoung
2006-08-06Add route keywords -nocloned, -nocloning.dyoung
2006-01-29Use default option order (AaBbCc...).wiz
2006-01-26Print the INET netmask if it is non-contiguous.is
2006-01-25PR/32632: Yves-Emmanuel JUTARD: Improvment suggestion in 'route' display.christos
2006-01-25PR/32629: Yves-Emmanuel JUTARD: Type errors in sbin/route/route.c, anotherchristos
2005-08-31Add full IPv6 syntax support when route is built with -DSMALL and -DINET6.ginsbach
2005-08-30Clean up some minor nits:ginsbach
2005-08-15Make sure that a netmask socket address value prints appropriately when theginsbach
2005-08-12Make sure the get command always exits non-zero on error. This makes thingsginsbach
2005-08-12Trim the local domain name in routename() for INET6 lookups; similar toginsbach
2005-08-10Make this build for __GNUC__ <= 2 (i.e. for vax). The cast tohe
2005-08-09Accept protocol flags, i.e. -inet, -inet6, with the show command.ginsbach
2005-08-09Fix the default case in sodump(). Printing the address of the "which"ginsbach
2005-08-09More style nits (KNF); casts and sizeof's are not followed by a space.ginsbach
2005-07-20switch is not a function, so add a space; sort switch elementsginsbach
2005-07-15* Exit non-zero error code when flushroute() fails operating on theginsbach
2005-06-26const poisoning.christos
2005-06-25Teach route(8) to print the messages generated by net80211.dyoung
2005-05-19Convert prefixlen() to ANSI function declaration. Missed by earlierginsbach
2005-05-19Due to a limitation in inet_addr(3) it was not possible to specify aginsbach
2005-05-13Adjust field width for route -n show similar to netstat -rn when displayingginsbach
2005-05-13Fix botched prior commit. Additional debugging error messages mistakenlyginsbach
2005-05-12* Honor -net when using CIDR (net/mask) notation. This differsginsbach
2005-05-10Fix macro NEXTADDR so that the names, like so_dst, are printedginsbach
2005-02-05Kill __P(), use ANSI function declarations.xtraeme
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2004-05-15bump buffer size for any_ntoa(), for huge sa_lenitojun
2004-05-152-byte read overrun for unknown sockaddr. from openbsditojun
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