Age | Commit message (Expand) | Author |
2023-03-03 | namservers -> nameservers | Jonathan Gray |
2023-03-02 | restructure the page into one single list for all routing commands; | Jason McIntyre |
2023-02-21 | some nameserver proposal bits: | Jason McIntyre |
2023-02-18 | Missing space | Claudio Jeker |
2023-02-14 | Add -mpls to the route monitor case. It is an allowed address family. | Claudio Jeker |
2023-02-14 | Typofix -ssthresh in HISTORY | Klemens Nanni |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-12-22 | it seems we made a separate list for the two sourceaddr commands, | Jason McIntyre |
2022-12-22 | move the flag mappings displayed by "route show" from netstat(1) to route(8): | Jason McIntyre |
2022-11-19 | fix vertical spacing in previous | Klemens Nanni |
2022-11-09 | ndp, route, netstat: adjust ipv6 address width | Klemens Nanni |
2022-11-09 | add an example for adding a cloning host route to reach a gateway which is | Stuart Henderson |
2022-07-29 | Mention id(1) -R, reference rtable(4) in route(8) | Klemens Nanni |
2022-06-19 | There is no reason to print the RTF_DONE bit in the routing table output. | Claudio Jeker |
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 |