summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2010-01-26Add AF_APPLETALK support to getnameinfo(); make "route show" use it.is
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-03-17fix sign-compare issueslukem
2008-12-28parse unsigned long with strtoul not atoichristos
2008-09-10Get the socket addresses for dst/gateway/netmask/interface/ifaddrdyoung
2008-09-10Don't cast a sockunion * to sockaddr *. Instead, reference thedyoung
2008-09-10Delete superfluous casts to void *.dyoung
2008-09-10Constify.dyoung
2008-09-10Constify.dyoung
2008-09-10Constify.dyoung
2008-09-09Extract subroutine extract_addrs() for reuse, later.dyoung
2008-09-09Constify.dyoung
2008-09-09Shorten a staircase. Remove superfluous parentheses from returndyoung
2008-09-09Use EXIT_FAILURE instead of anonymous constant '1'.dyoung
2008-09-09Use a union and sizeof() to avoid a cast and an anonymous constantdyoung
2008-09-09Use bool.dyoung
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-02-18TSEL() is const char* nowhubertf
2006-11-11Fix a bug that caused 0.0.0.0/0 to be treated like 0.0.0.0/32.apb
2006-10-16add missing initializerchristos
2006-09-23print the L flag for routes with llinfo. makes you not wonder whypooka
2006-09-23Let us qualify 'route flush' and 'route show' commands with -llinfodyoung
2006-09-23Move the #ifndef SMALL code together.dyoung
2006-09-23Use the symbol AF_UNSPEC instead of 0 as appropriate.dyoung
2006-09-23Remove dead code.dyoung
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
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