summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2024-05-09ctime(3) and ctime_r(3) can fail when timestamps are way off.Florian Obser
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
2023-08-02add EXIT STATUS section with information for the exec subcommandaisha
2023-04-06Markup route flags to get tagsKlemens Nanni
2023-03-18sourceaddr:Jason McIntyre
2023-03-17Adjust sourceaddr argument parser.Claudio Jeker
2023-03-15tweak sourceaddr:Jason McIntyre
2023-03-15For now pass AF_UNSPEC to printsource() to ensure that both inet and inet6Claudio Jeker
2023-03-15Make route sourceaddr always print the used addresses for inet and inet6.Claudio Jeker
2023-03-07restore tags for commands lost in r1.112 restructuring; OK jmcKlemens Nanni
2023-03-07mpls gateway clarification; from claudioJason McIntyre
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