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-30 | Don't print an empty line at the end of `route sourceaddr` | Daniel Jakots |
2021-01-24 | Add missing __KAME__ markers. | Florian Obser |
2021-01-16 | Only recover the KAME embedded scope if the sin6_scope_id filed is | Claudio Jeker |
2020-10-29 | Add feature to force the selection of source IP address | denis |
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 |
2018-05-01 | Sync p_rttables() to netstat(1) version. Pointed out by claudio and | Florian Obser |
2018-04-30 | * simplify code by no longer calling getnetbyname(3) | Ingo Schwarze |
2018-04-30 | tableid is either initialized to the current routing table or to the | Florian Obser |
2018-04-28 | Improve / simplify pledges. | Florian Obser |
2016-12-13 | Print the correct netmask instead of /0 when flushing routes to networks. | Martin Pieuchot |
2016-09-05 | Print route labels in double quotes since they can contain spaces in the name. | Claudio Jeker |
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-11-27 | After evaluating patches from Ricardo Mestre, it became obvious that | Sebastian Benoit |
2015-10-23 | route has 3 code paths: monitor (listening on route socket); show | Theo de Raadt |
2015-09-11 | Remove RTF_XRESOLVE support. | Martin Pieuchot |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-04-27 | route show does not need to filter unwanted af itself, the sysctl does | Sebastian Benoit |
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-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-04-17 | Sync show.c to what we have in netstat.c (at least steal some good idioms | Claudio Jeker |
2013-07-19 | Prep for WARNINGS=yes: add the prototypes that were missing, silence | Philip Guenther |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer |
2010-10-11 | Make route(8) use the ROUTE_TABLEFILTER and change the code so that | Claudio Jeker |
2010-09-21 | Add '-label' to specify that you only want to see routes having the | Kenneth R Westerback |
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 | Add missing break, found while syncing with netstat/show.c | Claudio Jeker |
2010-03-23 | Print MPLS information in route -n get and do some cleanup in the show code. | Claudio Jeker |
2010-01-13 | netmask sockaddrs for the default route may set sa_len to 0 to indicate | 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-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto |
2009-05-31 | Masking the priority with RTP_MASK is no longer needed in userland. | Claudio Jeker |
2009-05-23 | missed rtm_hdrlen conversion in one place | Chris Cappuccio |
2009-04-28 | Sync with kernel changes. | Michele Marchetto |
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto |
2009-01-26 | Mark multipath routes with P in the show command flags. Bummer that both | Claudio Jeker |
2009-01-08 | Reflect MPLS kernel changes. | Michele Marchetto |
2008-12-15 | Reflect kernel changes. Labels are no more per link unique | Michele Marchetto |
2008-12-12 | Use the hdrlen to skip over the header and to the sockaddrs instead of the | Claudio Jeker |