summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
AgeCommit message (Expand)Author
2009-08-04fix some warnings. there are others, but nobody wants to look at them.Ted Unangst
2009-05-31There is no need to mask priority with RTP_MASK because it is already doneClaudio Jeker
2009-05-07Make the kvm routing table code grok multiple routing tables and do notClaudio Jeker
2009-01-28Make the -A a bit more readable by adding a newline between the route andClaudio Jeker
2008-11-09the extra kget() macro just befuddles the things we need to replace with a sy...Theo de Raadt
2008-09-15Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to showClaudio Jeker
2008-06-13Include some additional pointers, etc that I really need for debuggingClaudio Jeker
2008-06-13remove a rather silly comment.Claudio Jeker
2008-06-13Let the kvm output of netstat grok rt priorities like the "normal" show code.Claudio Jeker
2007-12-19Remove the kvm code in rt_stats() and use the sysctl code all the time.Claudio Jeker
2007-12-19delete rcsid crudTheo de Raadt
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-09-05Correct the format strings after the recent rt_metrics changes.Claudio Jeker
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-08-29Fix KVM snooping code of netstat that got broken by the multiple tableClaudio Jeker
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
2006-04-12use "/bypass" instead of "/permit" when showing bypass flowsHans-Joerg Hoexer
2005-06-08bye bye, Xerox NS protocolsHenning Brauer
2005-06-07remove tiny AF_CCITT traceHenning Brauer
2005-03-30kill -S; ok henningJared Yanovich
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-10-15the default route is exactly 0.0.0.0/0, and nothing else. stop ignoringHenning Brauer
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2004-05-04The tcp specific routing metrics are almost never used so reduce the routingClaudio Jeker
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-04oopsTheo de Raadt
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-08-27RNF_IGNORE can corrupt the radix tree when an interface is down, itHenric Jungheim
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
2003-06-26more proto fixesTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-01ansiTheo de Raadt
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-07-25handle < 0 and such betterTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-10-09Don't assume that the RTF_HOST flag implies that a netmask is available.brian
2001-08-18Handle snprintf returning -1brian
2001-06-25Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@Niklas Hallqvist
2000-12-11show when pmtu is disabled on routes, more information when verbose,Niels Provos
2000-09-19Display SPD entries.Angelos D. Keromytis