summaryrefslogtreecommitdiff
path: root/sbin/route/route.c
AgeCommit message (Expand)Author
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-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-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-06-04remove IPX, agreed by manyHenning Brauer
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 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
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-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-27Kill unused Aflag support that sneeked in via netstat code.Claudio 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-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
2006-03-30Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead ofClaudio Jeker
2005-12-11Don't allow a -prefixlen arg of -1. jaredy@ okAaron Campbell
2005-06-09print the interface address on route get; ok henning, claudioMarkus Friedl
2005-06-06get rid of another leftover from the src routing adventureHenning Brauer
2005-05-27Use rtm_fmask instead of rtm_useRyan Thomas McBride
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-03-30make set_metric() bail out on invalid keys (unreachable, but betterHenning Brauer
2005-03-30unconditionalize INET6 support, no binary changeHenning Brauer
2005-03-30spring cleaning, more to comeHenning Brauer
2005-03-30remove ccitt x.25 traces, ok theoHenning Brauer
2005-02-18ansi, knf, and other style nits; ok henningJared Yanovich
2005-02-17print the interface name in monitor mode when interfaces go up/down; ok mcbrideJared Yanovich
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
2004-10-13print the expire route metric as signed; ok deraadt claudioJared Yanovich
2004-09-26fix printf's for route metrics. ok henningJared Yanovich
2004-09-24simplify some parts, little more warn() fixing. ok henningJared Yanovich
2004-09-24kill homegrown quit(); use err()/errx() insteadJared Yanovich
2004-09-23properly check read() and write() return values.Henning Brauer
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-15lint demands little cleanupsTheo de Raadt
2004-09-07make -netmask work again; ok henning, mcbride, deraadtMarkus Friedl
2004-08-03display route labels with "route get", and allow them to be setHenning Brauer
2004-06-25remove netiso and netns codeHenning Brauer
2004-06-19require RTF_MPATH to enter a multipath route with RTM_ADD.Cedric Berger