summaryrefslogtreecommitdiff
path: root/sbin/route
AgeCommit message (Expand)Author
2008-05-25do not need sys/protosw.hTheo de Raadt
2008-05-09using the rtm_priority to translate priority number into nice name isHenning Brauer
2008-05-09on route get, display the priority and a cleartext name (like, "bgp" for 48)Henning Brauer
2008-05-08spaceClaudio Jeker
2008-05-08Fix fallout from the route priority thing.Esben Norby
2008-05-08Don't display the outlabel and interface for POP operations.Esben Norby
2008-05-07Document -priority. looks good norby@Claudio Jeker
2008-05-07Add support to show and modify rtm_priority.Claudio Jeker
2008-05-06Yet another missing RTM_VERSION check. Found by norby@. OK henning@Claudio Jeker
2008-05-06Add code to specify the mpls label switching operation. OK norby@Claudio Jeker
2008-05-06Labels in the sockaddr are stored like on the wire so shift and byte swapClaudio Jeker
2008-05-06regenClaudio Jeker
2008-05-06Add pop, push and swap options used by MPLS. OK norby@Claudio Jeker
2008-05-06Minor cleanup. OK norby@Claudio Jeker
2008-04-30Correct MPLS output of route -n show.Esben Norby
2008-04-28It is now possible to enter static MPLS routes into the kernel.Esben Norby
2007-09-25make route flush obey the rtable IDHenning Brauer
2007-09-05Correct the format strings after the recent rt_metrics changes.Claudio Jeker
2007-07-24Sync closer to netstat/show.c this removes also the unneeded variableClaudio Jeker
2007-07-21Check the rtm_version before trying to print an entry. If the rtmsg has aClaudio Jeker
2007-06-04remove IPX, agreed by manyHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30Unbreak route.c after TOKEN removal by henning (bad henning, no cookie)Ryan Thomas McBride
2007-03-25Instead of using the global -F flag that only works with show, switch to aClaudio Jeker
2007-03-23add -F to usage() and kill some extraneous whitespace;Jason McIntyre
2007-03-23add -F to SYNOPSIS;Jason McIntyre
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2007-03-23Only print the routing table id if the routing message uses the rt_msghdrClaudio Jeker
2007-01-19add an EXAMPLES section;Jason McIntyre
2007-01-15reference ripd(8) vs. routed(8) and remove routed statement in BUGSKevin Steves
2006-12-29Route warns about a illegal prefixlen when a default inet6 route is present.Claudio Jeker
2006-11-29tweak; ok henningJason McIntyre
2006-11-28add -T to synopsis;Jason McIntyre
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28-T in synopsis and briefly in manpageHenning Brauer
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-10-16More details on multipath.Ryan Thomas McBride
2006-10-15Proper link state descriptions in print_rtmsg() RTM_IFINFO case.Ryan Thomas McBride
2006-06-17Display multipath and jumbo flags in route get/monitor.Christopher Pascoe
2006-06-16make route show work on secondary tables, using the just committedHenning Brauer
2006-06-16introduce -T <tableid> to work on alternate tables.Henning Brauer
2006-05-30this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's toTodd T. Fries
2006-05-27Kill unused Aflag support that sneeked in via netstat code.Claudio Jeker
2006-05-27Do not print an error in case of ENOPROTOOPT. Install medias do not haveClaudio Jeker
2006-05-21Pretty print netmasks in monitor mode.Marco Pfatschbacher
2006-04-20Instead of printing useless metrics like recvpipe and sendpipe printClaudio Jeker
2006-03-31Be careful when accessing the external destination address, as it is not setHans-Joerg Hoexer
2006-03-30Print the "Encap" heading only when the sadb is not empty.Hans-Joerg Hoexer
2006-03-30document -encap. ok claudio@Hans-Joerg Hoexer
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker