summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2023-03-03namservers -> nameserversJonathan Gray
2023-03-02restructure the page into one single list for all routing commands;Jason McIntyre
2023-02-21some nameserver proposal bits:Jason McIntyre
2023-02-18Missing spaceClaudio Jeker
2023-02-14Add -mpls to the route monitor case. It is an allowed address family.Claudio Jeker
2023-02-14Typofix -ssthresh in HISTORYKlemens Nanni
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-22it seems we made a separate list for the two sourceaddr commands,Jason McIntyre
2022-12-22move the flag mappings displayed by "route show" from netstat(1) to route(8):Jason McIntyre
2022-11-19fix vertical spacing in previousKlemens Nanni
2022-11-09ndp, route, netstat: adjust ipv6 address widthKlemens Nanni
2022-11-09add an example for adding a cloning host route to reach a gateway which isStuart Henderson
2022-07-29Mention id(1) -R, reference rtable(4) in route(8)Klemens Nanni
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-11-10Give sppp(4) its own RTP_PROPOSAL priorityBjorn Ketelaars
2021-10-26Generalise "nameserver" workingsKlemens Nanni
2021-10-23Move "-T" and "exec" support out of SMALLKlemens Nanni
2021-10-22Make ":tdelete" workKlemens Nanni
2021-08-30Fix max nameserver proposals limitKlemens Nanni
2021-08-30Clarify how dns proposals are replaced not added per interfaceKlemens Nanni
2021-08-29nameserver command requires an interface argumentKlemens Nanni
2021-08-05for nameserver usage, show multiple addresses as "address ..."; ok bennoJason McIntyre
2021-08-05superflous -> superfluousTheo Buehler
2021-08-05sort the new nameserver text; rework it a little; sort SEE ALSO;Jason McIntyre
2021-08-04Add a new 'nameserver' command to route(8).Sebastian Benoit
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2021-03-12INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.Florian Obser
2021-02-24show AF for DNS proposal messages; ok claudio bluhmTheo de Raadt
2021-01-30Don't print an empty line at the end of `route sourceaddr`Daniel Jakots
2021-01-24Add missing __KAME__ markers.Florian Obser
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id filed isClaudio Jeker
2021-01-02add three missing .Dv macros,Ingo Schwarze
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-11-25Teach route(8) about the names of the IEEE80211_F_* flags.Kenneth R Westerback
2020-11-07Rework source IP address setting.denis
2020-10-30Source address set can be printeddenis
2020-10-29Add feature to force the selection of source IP addressdenis
2020-09-15"Route show" and "netstat -r" provide formatting for routing tables withpamela
2020-07-07Stop using make_addr() which trims trailing zeros of the netmask, setYASUOKA Masahiko
2020-01-19add some explicit tagging macros; OK kn@ on a previous versionIngo Schwarze
2020-01-15Replace duplicate error message with gai_strerror(3)kn
2019-11-22The DNS proposal list can (soon) be empty to signal a withdraw, relaxFlorian Obser
2019-11-22Teach route(8) about RTP_PROPOSAL_UMBClaudio Jeker
2019-11-21output RTM_PROPOSALs more similar to other route messagesFlorian Obser
2019-11-16Missing comma after RTM_PROPOSAL source.Kenneth R Westerback
2019-11-16When printing RTM_PROPOSAL and unspecified message types, print theKenneth R Westerback
2019-11-16When printing RTM_PROPOSAL messages use "if#" like all the otherKenneth R Westerback
2019-11-16More %d -> %u for unsigned values.Kenneth R Westerback
2019-11-16Whitespace nit.Kenneth R Westerback