Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-11-10 | Give sppp(4) its own RTP_PROPOSAL priority | Bjorn Ketelaars |
2021-10-26 | Generalise "nameserver" workings | Klemens Nanni |
2021-10-23 | Move "-T" and "exec" support out of SMALL | Klemens Nanni |
2021-10-22 | Make ":tdelete" work | Klemens Nanni |
2021-08-30 | Fix max nameserver proposals limit | Klemens Nanni |
2021-08-30 | Clarify how dns proposals are replaced not added per interface | Klemens Nanni |
2021-08-29 | nameserver command requires an interface argument | Klemens Nanni |
2021-08-05 | for nameserver usage, show multiple addresses as "address ..."; ok benno | Jason McIntyre |
2021-08-05 | superflous -> superfluous | Theo Buehler |
2021-08-05 | sort the new nameserver text; rework it a little; sort SEE ALSO; | Jason McIntyre |
2021-08-04 | Add a new 'nameserver' command to route(8). | Sebastian Benoit |
2021-06-26 | delete extra explanations in the usage: messages which are described | Theo de Raadt |
2021-03-12 | INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. | Florian Obser |
2021-02-24 | show AF for DNS proposal messages; ok claudio bluhm | Theo de Raadt |
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 |
2021-01-02 | add three missing .Dv macros, | Ingo Schwarze |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-11-25 | Teach route(8) about the names of the IEEE80211_F_* flags. | Kenneth R Westerback |
2020-11-07 | Rework source IP address setting. | denis |
2020-10-30 | Source address set can be printed | denis |
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 |
2020-07-07 | Stop using make_addr() which trims trailing zeros of the netmask, set | YASUOKA Masahiko |
2020-01-19 | add some explicit tagging macros; OK kn@ on a previous version | Ingo Schwarze |
2020-01-15 | Replace duplicate error message with gai_strerror(3) | kn |
2019-11-22 | The DNS proposal list can (soon) be empty to signal a withdraw, relax | Florian Obser |
2019-11-22 | Teach route(8) about RTP_PROPOSAL_UMB | Claudio Jeker |
2019-11-21 | output RTM_PROPOSALs more similar to other route messages | Florian Obser |
2019-11-16 | Missing comma after RTM_PROPOSAL source. | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL and unspecified message types, print the | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL messages use "if#" like all the other | Kenneth R Westerback |
2019-11-16 | More %d -> %u for unsigned values. | Kenneth R Westerback |
2019-11-16 | Whitespace nit. | Kenneth R Westerback |
2019-11-16 | rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_what | Kenneth R Westerback |
2019-11-16 | Remove "(void)" casts from the 2 printf() statements that | Kenneth R Westerback |
2019-11-09 | Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals | Florian Obser |
2019-10-27 | Print interface index and name for RTM_NEWADDR, RTM_DELADDR and | Kenneth R Westerback |
2019-10-25 | Forgot to add '\30AUTOONF4" to ifnetflags[]. | Kenneth R Westerback |
2019-08-31 | The algorithm creating the routing addresses in route(8) and arp(6) | Alexander Bluhm |
2019-08-29 | The kernel uses rtm_addrs as a bit field for addresses that are | Alexander Bluhm |
2019-08-29 | route(8) used inet/inet6 autodetection also for the link address | Alexander Bluhm |
2019-04-30 | elaborate a little on how route priorities work; | Jason McIntyre |
2019-04-17 | signpost the location of the text explaining routing table output a little be... | Jason McIntyre |
2019-03-31 | Restore -t behaviour | kn |
2019-01-23 | Make route(8) show the same flags in RTM_IFINFO messages as | Kenneth R Westerback |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-11-12 | Recognize and display new RTM_80211INFO messages. | Kenneth R Westerback |