summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
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
2019-11-16rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_whatKenneth R Westerback
2019-11-16Remove "(void)" casts from the 2 printf() statements thatKenneth R Westerback
2019-11-09Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposalsFlorian Obser
2019-10-27Print interface index and name for RTM_NEWADDR, RTM_DELADDR andKenneth R Westerback
2019-10-25Forgot to add '\30AUTOONF4" to ifnetflags[].Kenneth R Westerback
2019-08-31The algorithm creating the routing addresses in route(8) and arp(6)Alexander Bluhm
2019-08-29The kernel uses rtm_addrs as a bit field for addresses that areAlexander Bluhm
2019-08-29route(8) used inet/inet6 autodetection also for the link addressAlexander Bluhm
2019-04-30elaborate a little on how route priorities work;Jason McIntyre
2019-04-17signpost the location of the text explaining routing table output a little be...Jason McIntyre
2019-03-31Restore -t behaviourkn
2019-01-23Make route(8) show the same flags in RTM_IFINFO messages asKenneth R Westerback
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2018-11-12Recognize and display new RTM_80211INFO messages.Kenneth R Westerback