index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
route
/
show.c
Age
Commit message (
Expand
)
Author
2010-10-11
Make route(8) use the ROUTE_TABLEFILTER and change the code so that
Claudio Jeker
2010-09-21
Add '-label' to specify that you only want to see routes having the
Kenneth R Westerback
2010-07-29
Print a column with the routing label if "netstat -vr" or "route
Alexander Bluhm
2010-05-19
remove unused variables
Charles Longeau
2010-03-23
Add missing break, found while syncing with netstat/show.c
Claudio Jeker
2010-03-23
Print MPLS information in route -n get and do some cleanup in the show code.
Claudio Jeker
2010-01-13
netmask sockaddrs for the default route may set sa_len to 0 to indicate
Claudio Jeker
2010-01-11
"default" routes need a mask of 0 too.
David Gwynne
2009-08-07
if buffers overlap; result will be undefined. ok claudio@, michele@
Martynas Venckus
2009-06-27
Mark MPLS routes with T (tagged) in route output.
Michele Marchetto
2009-05-31
Masking the priority with RTP_MASK is no longer needed in userland.
Claudio Jeker
2009-05-23
missed rtm_hdrlen conversion in one place
Chris Cappuccio
2009-04-28
Sync with kernel changes.
Michele Marchetto
2009-02-03
Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.
Michele Marchetto
2009-01-26
Mark multipath routes with P in the show command flags. Bummer that both
Claudio Jeker
2009-01-08
Reflect MPLS kernel changes.
Michele Marchetto
2008-12-15
Reflect kernel changes. Labels are no more per link unique
Michele Marchetto
2008-12-12
Use the hdrlen to skip over the header and to the sockaddrs instead of the
Claudio Jeker
2008-09-15
Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is
Claudio Jeker
2008-05-25
do not need sys/protosw.h
Theo de Raadt
2008-05-08
space
Claudio Jeker
2008-05-08
Fix fallout from the route priority thing.
Esben Norby
2008-05-08
Don't display the outlabel and interface for POP operations.
Esben Norby
2008-05-07
Add support to show and modify rtm_priority.
Claudio Jeker
2008-05-06
Labels in the sockaddr are stored like on the wire so shift and byte swap
Claudio Jeker
2008-05-06
Minor cleanup. OK norby@
Claudio Jeker
2008-04-30
Correct MPLS output of route -n show.
Esben Norby
2008-04-28
It is now possible to enter static MPLS routes into the kernel.
Esben Norby
2007-09-05
Correct the format strings after the recent rt_metrics changes.
Claudio Jeker
2007-07-24
Sync closer to netstat/show.c this removes also the unneeded variable
Claudio Jeker
2007-07-21
Check the rtm_version before trying to print an entry. If the rtmsg has a
Claudio Jeker
2007-06-04
remove IPX, agreed by many
Henning Brauer
2007-03-23
Add a new flag -F to netstat restricting route display in conjuction
Pierre-Yves Ritschard
2006-12-29
Route warns about a illegal prefixlen when a default inet6 route is present.
Claudio Jeker
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-06-16
make route show work on secondary tables, using the just committed
Henning Brauer
2006-05-30
this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's to
Todd T. Fries
2006-05-27
Kill unused Aflag support that sneeked in via netstat code.
Claudio Jeker
2006-05-27
Do not print an error in case of ENOPROTOOPT. Install medias do not have
Claudio Jeker
2006-03-31
Be careful when accessing the external destination address, as it is not set
Hans-Joerg Hoexer
2006-03-30
Print the "Encap" heading only when the sadb is not empty.
Hans-Joerg Hoexer
2006-03-30
If an address family is specified do not print IPSec "routes". Additionally
Claudio Jeker
2006-03-30
Minor cleanup and start using rmx_refcnt to show the refcount instead of 0.
Claudio Jeker
2006-03-29
Use sysctl to get information about encap routes (aka ipsec). Now
Hans-Joerg Hoexer
2006-03-23
Fix pretty-print of carp link addresses by making them print like IFT_ETHER.
Ryan Thomas McBride
2006-02-01
double semicolon; from Daniel Matic in PR 4929
Otto Moerbeek
2005-05-27
Experimental support for opportunitic use of jumbograms where only some hosts
Ryan Thomas McBride
2005-03-30
more bitrot bites the dust
Henning Brauer
2005-03-30
unconditionalize INET6 support, no binary change
Henning Brauer
2005-02-18
ansi, knf, and other style nits; ok henning
Jared Yanovich
[next]