summaryrefslogtreecommitdiffstats
path: root/sbin/route (follow)
Commit message (Expand)AuthorAgeFilesLines
* INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.florian2021-03-121-2/+2
* show AF for DNS proposal messages; ok claudio bluhmderaadt2021-02-241-2/+4
* Don't print an empty line at the end of `route sourceaddr`danj2021-01-301-2/+1
* Add missing __KAME__ markers.florian2021-01-242-2/+8
* Only recover the KAME embedded scope if the sin6_scope_id filed isclaudio2021-01-161-3/+4
* add three missing .Dv macros,schwarze2021-01-021-5/+9
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-291-2/+3
* Teach route(8) about the names of the IEEE80211_F_* flags.krw2020-11-251-4/+14
* Rework source IP address setting.denis2020-11-071-4/+2
* Source address set can be printeddenis2020-10-301-5/+8
* Add feature to force the selection of source IP addressdenis2020-10-296-9/+201
* "Route show" and "netstat -r" provide formatting for routing tables withpamela2020-09-151-18/+10
* Stop using make_addr() which trims trailing zeros of the netmask, setyasuoka2020-07-071-40/+5
* add some explicit tagging macros; OK kn@ on a previous versionschwarze2020-01-191-2/+27
* Replace duplicate error message with gai_strerror(3)kn2020-01-151-4/+7
* The DNS proposal list can (soon) be empty to signal a withdraw, relaxflorian2019-11-221-2/+2
* Teach route(8) about RTP_PROPOSAL_UMBclaudio2019-11-221-1/+4
* output RTM_PROPOSALs more similar to other route messagesflorian2019-11-211-25/+33
* Missing comma after RTM_PROPOSAL source.krw2019-11-161-2/+2
* When printing RTM_PROPOSAL and unspecified message types, print thekrw2019-11-161-1/+5
* When printing RTM_PROPOSAL messages use "if#" like all the otherkrw2019-11-161-3/+3
* More %d -> %u for unsigned values.krw2019-11-161-11/+11
* Whitespace nit.krw2019-11-161-2/+2
* rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_whatkrw2019-11-161-8/+8
* Remove "(void)" casts from the 2 printf() statements thatkrw2019-11-161-3/+3
* Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposalsflorian2019-11-091-1/+4
* Print interface index and name for RTM_NEWADDR, RTM_DELADDR andkrw2019-10-271-4/+7
* Forgot to add '\30AUTOONF4" to ifnetflags[].krw2019-10-251-2/+2
* The algorithm creating the routing addresses in route(8) and arp(6)bluhm2019-08-312-4/+5
* The kernel uses rtm_addrs as a bit field for addresses that arebluhm2019-08-291-3/+4
* route(8) used inet/inet6 autodetection also for the link addressbluhm2019-08-291-5/+8
* elaborate a little on how route priorities work;jmc2019-04-301-4/+11
* signpost the location of the text explaining routing table output a little better...jmc2019-04-171-4/+6
* Restore -t behaviourkn2019-03-311-11/+16
* Make route(8) show the same flags in RTM_IFINFO messages askrw2019-01-231-3/+5
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* Recognize and display new RTM_80211INFO messages.krw2018-11-121-3/+47
* Trust the resolver to give us a sockaddr_in6 sized objectflorian2018-10-151-3/+1
* Dont print "default" for "0.0.0.0" if it is a host route.yasuoka2018-08-311-3/+1
* Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift countyasuoka2018-08-301-5/+9
* Drop support for guessing an old-style class A, B, or C netmask fromschwarze2018-08-091-43/+14
* stop assuming prefix lengths, remove inet6_makenetandmask()kn2018-07-171-50/+8
* Document that route monitor also takes -T rtable as an argument.benno2018-07-141-2/+6
* Make route monitor display changes in all routing domains by forcingbenno2018-07-141-5/+11
* no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24schwarze2018-07-131-10/+1
* Use "rtable" not "tableid" as argument name for rtablekn2018-07-132-14/+14
* RTM_CHGADDRATTR for route monitorflorian2018-07-121-2/+4
* Use AF_UNSPEC not 0kn2018-07-111-2/+2
* Error out if -netmask/-prefixlen does not follow the destination parameterkn2018-07-101-1/+10
* Kill fluff about how route(8) is of limited usefulnessjca2018-07-091-11/+2