| Commit message (Expand) | Author | Age | Files | Lines |
* | INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. |  florian | 2021-03-12 | 1 | -2/+2 |
* | show AF for DNS proposal messages; ok claudio bluhm |  deraadt | 2021-02-24 | 1 | -2/+4 |
* | Don't print an empty line at the end of `route sourceaddr` |  danj | 2021-01-30 | 1 | -2/+1 |
* | Add missing __KAME__ markers. |  florian | 2021-01-24 | 2 | -2/+8 |
* | Only recover the KAME embedded scope if the sin6_scope_id filed is |  claudio | 2021-01-16 | 1 | -3/+4 |
* | add three missing .Dv macros, |  schwarze | 2021-01-02 | 1 | -5/+9 |
* | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2020-12-29 | 1 | -2/+3 |
* | Teach route(8) about the names of the IEEE80211_F_* flags. |  krw | 2020-11-25 | 1 | -4/+14 |
* | Rework source IP address setting. |  denis | 2020-11-07 | 1 | -4/+2 |
* | Source address set can be printed |  denis | 2020-10-30 | 1 | -5/+8 |
* | Add feature to force the selection of source IP address |  denis | 2020-10-29 | 6 | -9/+201 |
* | "Route show" and "netstat -r" provide formatting for routing tables with |  pamela | 2020-09-15 | 1 | -18/+10 |
* | Stop using make_addr() which trims trailing zeros of the netmask, set |  yasuoka | 2020-07-07 | 1 | -40/+5 |
* | add some explicit tagging macros; OK kn@ on a previous version |  schwarze | 2020-01-19 | 1 | -2/+27 |
* | Replace duplicate error message with gai_strerror(3) |  kn | 2020-01-15 | 1 | -4/+7 |
* | The DNS proposal list can (soon) be empty to signal a withdraw, relax |  florian | 2019-11-22 | 1 | -2/+2 |
* | Teach route(8) about RTP_PROPOSAL_UMB |  claudio | 2019-11-22 | 1 | -1/+4 |
* | output RTM_PROPOSALs more similar to other route messages |  florian | 2019-11-21 | 1 | -25/+33 |
* | Missing comma after RTM_PROPOSAL source. |  krw | 2019-11-16 | 1 | -2/+2 |
* | When printing RTM_PROPOSAL and unspecified message types, print the |  krw | 2019-11-16 | 1 | -1/+5 |
* | When printing RTM_PROPOSAL messages use "if#" like all the other |  krw | 2019-11-16 | 1 | -3/+3 |
* | More %d -> %u for unsigned values. |  krw | 2019-11-16 | 1 | -11/+11 |
* | Whitespace nit. |  krw | 2019-11-16 | 1 | -2/+2 |
* | rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_what |  krw | 2019-11-16 | 1 | -8/+8 |
* | Remove "(void)" casts from the 2 printf() statements that |  krw | 2019-11-16 | 1 | -3/+3 |
* | Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals |  florian | 2019-11-09 | 1 | -1/+4 |
* | Print interface index and name for RTM_NEWADDR, RTM_DELADDR and |  krw | 2019-10-27 | 1 | -4/+7 |
* | Forgot to add '\30AUTOONF4" to ifnetflags[]. |  krw | 2019-10-25 | 1 | -2/+2 |
* | The algorithm creating the routing addresses in route(8) and arp(6) |  bluhm | 2019-08-31 | 2 | -4/+5 |
* | The kernel uses rtm_addrs as a bit field for addresses that are |  bluhm | 2019-08-29 | 1 | -3/+4 |
* | route(8) used inet/inet6 autodetection also for the link address |  bluhm | 2019-08-29 | 1 | -5/+8 |
* | elaborate a little on how route priorities work; |  jmc | 2019-04-30 | 1 | -4/+11 |
* | signpost the location of the text explaining routing table output a little better... |  jmc | 2019-04-17 | 1 | -4/+6 |
* | Restore -t behaviour |  kn | 2019-03-31 | 1 | -11/+16 |
* | Make route(8) show the same flags in RTM_IFINFO messages as |  krw | 2019-01-23 | 1 | -3/+5 |
* | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -2/+2 |
* | Recognize and display new RTM_80211INFO messages. |  krw | 2018-11-12 | 1 | -3/+47 |
* | Trust the resolver to give us a sockaddr_in6 sized object |  florian | 2018-10-15 | 1 | -3/+1 |
* | Dont print "default" for "0.0.0.0" if it is a host route. |  yasuoka | 2018-08-31 | 1 | -3/+1 |
* | Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift count |  yasuoka | 2018-08-30 | 1 | -5/+9 |
* | Drop support for guessing an old-style class A, B, or C netmask from |  schwarze | 2018-08-09 | 1 | -43/+14 |
* | stop assuming prefix lengths, remove inet6_makenetandmask() |  kn | 2018-07-17 | 1 | -50/+8 |
* | Document that route monitor also takes -T rtable as an argument. |  benno | 2018-07-14 | 1 | -2/+6 |
* | Make route monitor display changes in all routing domains by forcing |  benno | 2018-07-14 | 1 | -5/+11 |
* | no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24 |  schwarze | 2018-07-13 | 1 | -10/+1 |
* | Use "rtable" not "tableid" as argument name for rtable |  kn | 2018-07-13 | 2 | -14/+14 |
* | RTM_CHGADDRATTR for route monitor |  florian | 2018-07-12 | 1 | -2/+4 |
* | Use AF_UNSPEC not 0 |  kn | 2018-07-11 | 1 | -2/+2 |
* | Error out if -netmask/-prefixlen does not follow the destination parameter |  kn | 2018-07-10 | 1 | -1/+10 |
* | Kill fluff about how route(8) is of limited usefulness |  jca | 2018-07-09 | 1 | -11/+2 |