summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/show.c
AgeCommit message (Expand)Author
2009-08-07if buffers overlap; result will be undefined. ok claudio@, michele@Martynas Venckus
2009-08-05missing breakTheo de Raadt
2009-06-27Mark MPLS routes with T (tagged) in route output.Michele Marchetto
2009-05-31There is no need to mask priority with RTP_MASK because it is already doneClaudio Jeker
2009-05-23typoChris Cappuccio
2009-05-23missed rtm_hdrlen conversion in two placesChris Cappuccio
2009-04-28Sync with kernel changes.Michele Marchetto
2009-02-06remove unused variables.Charles Longeau
2009-02-03Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.Michele Marchetto
2009-01-26Again use P to mark multipath routes in route output. OK henning@Claudio Jeker
2009-01-08Reflect MPLS kernel changes.Michele Marchetto
2008-12-15Unbreak netstat, reflecting kernel changes.Michele Marchetto
2008-12-15work around tree breakage by mpls peopleTheo de Raadt
2008-09-15Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to showClaudio Jeker
2008-05-08Sync netstat show.c with route show.c to gain mpls support and to show theClaudio Jeker
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
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-07-24Bring back a few things from route/show.c which I like better.Claudio Jeker
2007-07-21Similar to sbin/route/show.c:Claudio Jeker
2007-06-19Remove unused variable.Ray Lai
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2006-12-29Netstat has the same issue problem as route when printing a default inet6Claudio Jeker
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-05-30this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's toTodd T. Fries
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker