summaryrefslogtreecommitdiff
path: root/sbin/route/show.c
AgeCommit message (Expand)Author
2007-09-05Correct the format strings after the recent rt_metrics changes.Claudio Jeker
2007-07-24Sync closer to netstat/show.c this removes also the unneeded variableClaudio Jeker
2007-07-21Check the rtm_version before trying to print an entry. If the rtmsg has aClaudio Jeker
2007-06-04remove IPX, agreed by manyHenning Brauer
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2006-12-29Route warns about a illegal prefixlen when a default inet6 route is present.Claudio Jeker
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-06-16make route show work on secondary tables, using the just committedHenning Brauer
2006-05-30this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's toTodd T. Fries
2006-05-27Kill unused Aflag support that sneeked in via netstat code.Claudio Jeker
2006-05-27Do not print an error in case of ENOPROTOOPT. Install medias do not haveClaudio Jeker
2006-03-31Be careful when accessing the external destination address, as it is not setHans-Joerg Hoexer
2006-03-30Print the "Encap" heading only when the sadb is not empty.Hans-Joerg Hoexer
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
2006-03-30Minor cleanup and start using rmx_refcnt to show the refcount instead of 0.Claudio Jeker
2006-03-29Use sysctl to get information about encap routes (aka ipsec). NowHans-Joerg Hoexer
2006-03-23Fix pretty-print of carp link addresses by making them print like IFT_ETHER.Ryan Thomas McBride
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-03-30more bitrot bites the dustHenning Brauer
2005-03-30unconditionalize INET6 support, no binary changeHenning Brauer
2005-02-18ansi, knf, and other style nits; ok henningJared Yanovich
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
2004-09-24kill homegrown quit(); use err()/errx() insteadJared Yanovich
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-21print route labels in monitor mode. ok henningJared Yanovich
2004-09-15unused functionsTheo de Raadt
2004-07-05fix warning: extra tokens at end of #undef; ok henningPeter Valchev
2004-06-25remove netiso and netns codeHenning Brauer
2004-06-16Fix -S flag with new show code. ok claudio@Cedric Berger
2004-06-15Cleanup last commit here:Todd C. Miller
2004-06-15do not crash on 'route flush'Theo de Raadt
2004-06-12Make route show output similar to netstat -r output.Claudio Jeker
2004-06-06add new "-src" and "-srcmask" modifiers to make it possible to add a sourceCedric Berger
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
2003-07-02missing protosTheo de Raadt
2003-06-26ansi and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2000-11-15Accept -inet/-inet6 etc. in route show command.Angelos D. Keromytis
2000-09-24If the route add/delete fails exit w/ 1 instead of 0Todd C. Miller
2000-07-27Don't show or delete IPsec flows with the route command -- this was aAngelos D. Keromytis
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-10Handle wildcard case better.Angelos D. Keromytis
2000-01-10Change format of IPsec flows (yet again).Angelos D. Keromytis
2000-01-10Fix printing SAs.Angelos D. Keromytis
2000-01-09Transport ports are in network order.Angelos D. Keromytis