Age | Commit message (Expand) | Author |
2022-11-09 | ndp, route, netstat: adjust ipv6 address width | Klemens Nanni |
2022-06-19 | There is no reason to print the RTF_DONE bit in the routing table output. | Claudio Jeker |
2021-01-24 | Add missing __KAME__ markers. | Florian Obser |
2021-01-16 | Unle recover the scope_id from a possible embedded scope if the scope_id | Claudio Jeker |
2020-09-15 | "Route show" and "netstat -r" provide formatting for routing tables with | pamela |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-06-04 | Zap unused sockaddr. | kn |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2016-09-03 | Add userland parts for BFD. Can't work if you don't have it enabled in | Peter Hessler |
2016-09-01 | Display all route flags in "route get", "route show" and "netstat -r" | Alexander Bluhm |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2015-09-11 | Remove XRESOLVE support. | Martin Pieuchot |
2015-04-27 | sync with rev 1.99 of sbin/route/show.c | Sebastian Benoit |
2015-02-12 | Free the buffers used for the sysctl. OK sthen@ | Claudio Jeker |
2015-02-09 | Get rid of another KVM reader and convert the multicast output to use | Claudio Jeker |
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-04-17 | Sync show.c with the route version. Make the two files more similar but | Claudio Jeker |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-11-13 | handle lack of proto | Theo de Raadt |
2013-03-20 | As non-root, whenever netstat is about to print out a kernel pointer... | Theo de Raadt |
2013-01-16 | sys/mbuf.h not needed | Theo de Raadt |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-11-01 | Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc | Mike Belopuhov |
2010-10-11 | Do similar changes to netstat as done to route(8). Try to show the | Claudio Jeker |
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm |
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm |
2010-05-19 | remove unused variables | Charles Longeau |
2010-03-23 | Sync with show.c of route(8). OK michele@ | Claudio Jeker |
2010-01-14 | Similar fix for default route printing as done in netstat. Make sure mask | Claudio Jeker |
2010-01-11 | "default" routes need a mask of 0 too. | David Gwynne |
2009-08-07 | if buffers overlap; result will be undefined. ok claudio@, michele@ | Martynas Venckus |
2009-08-05 | missing break | Theo de Raadt |
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto |
2009-05-31 | There is no need to mask priority with RTP_MASK because it is already done | Claudio Jeker |
2009-05-23 | typo | Chris Cappuccio |
2009-05-23 | missed rtm_hdrlen conversion in two places | Chris Cappuccio |
2009-04-28 | Sync with kernel changes. | Michele Marchetto |
2009-02-06 | remove unused variables. | Charles Longeau |
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto |
2009-01-26 | Again use P to mark multipath routes in route output. OK henning@ | Claudio Jeker |
2009-01-08 | Reflect MPLS kernel changes. | Michele Marchetto |
2008-12-15 | Unbreak netstat, reflecting kernel changes. | Michele Marchetto |
2008-12-15 | work around tree breakage by mpls people | Theo de Raadt |
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker |
2008-05-08 | Sync netstat show.c with route show.c to gain mpls support and to show the | Claudio Jeker |
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |