summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/show.c
AgeCommit message (Expand)Author
2022-11-09ndp, route, netstat: adjust ipv6 address widthKlemens Nanni
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2021-01-24Add missing __KAME__ markers.Florian Obser
2021-01-16Unle recover the scope_id from a possible embedded scope if the scope_idClaudio Jeker
2020-09-15"Route show" and "netstat -r" provide formatting for routing tables withpamela
2018-08-31Dont print "default" for "0.0.0.0" if it is a host route.YASUOKA Masahiko
2018-06-04Zap unused sockaddr.kn
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2016-09-03Add userland parts for BFD. Can't work if you don't have it enabled inPeter Hessler
2016-09-01Display all route flags in "route get", "route show" and "netstat -r"Alexander Bluhm
2016-07-13Introduce RTF_MULTICAST and flag corresponding IPv6 routes as suchMartin Pieuchot
2015-09-11Remove XRESOLVE support.Martin Pieuchot
2015-04-27sync with rev 1.99 of sbin/route/show.cSebastian Benoit
2015-02-12Free the buffers used for the sysctl. OK sthen@Claudio Jeker
2015-02-09Get rid of another KVM reader and convert the multicast output to useClaudio Jeker
2015-02-06Remove route/netstat -f encap in favor of ipsecctl -s flow.Reyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-23Remove networks(5) support.Ingo Schwarze
2014-05-08Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.Martin Pieuchot
2014-04-17Sync show.c with the route version. Make the two files more similar butClaudio Jeker
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-13handle lack of protoTheo de Raadt
2013-03-20As non-root, whenever netstat is about to print out a kernel pointer...Theo de Raadt
2013-01-16sys/mbuf.h not neededTheo de Raadt
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2011-11-01Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcMike Belopuhov
2010-10-11Do similar changes to netstat as done to route(8). Try to show theClaudio Jeker
2010-07-30Do not print "Label" caption for "netstat -rvA".Alexander Bluhm
2010-07-29Print a column with the routing label if "netstat -vr" or "routeAlexander Bluhm
2010-05-19remove unused variablesCharles Longeau
2010-03-23Sync with show.c of route(8). OK michele@Claudio Jeker
2010-01-14Similar fix for default route printing as done in netstat. Make sure maskClaudio Jeker
2010-01-11"default" routes need a mask of 0 too.David Gwynne
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