Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker | |
add a -encap option to show only the IPSec part. OK hshoexer@, henning@ | |||
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride | |
on the local network support them. This adds a new socket option, SO_JUMBO, and a new route flag, RTF_JUMBO. If _both_ the socket option is set and the route for the host has RTF_JUMBO set, ip_output will fragment the packet to the largest possible size for the link, ignoring the card's MTU. The semantics of this feature will be evolving rapidly; talk to us if you intend to use it. ok deraadt@ marius@ | |||
2005-03-30 | generated a .h file with spacing bugs | Theo de Raadt | |
2005-03-30 | make keywords.sh generate an enum for the keys | Henning Brauer | |
2005-03-30 | nicer output | Henning Brauer | |
2005-03-30 | get rid of the twisted keywords.[c|h] interaction and just let keywords.sh | Henning Brauer | |
put the defines and the table into the .h | |||
2005-03-30 | remove ccitt x.25 traces, ok theo | Henning Brauer | |
2004-09-24 | kill osi and mask, ok henning | Jared Yanovich | |
2004-09-22 | remove -S, -src, -srcmask, and other source routing stuff. ok henning | Jared Yanovich | |
2004-08-03 | display route labels with "route get", and allow them to be set | Henning Brauer | |
2004-06-25 | remove netiso and netns code | Henning Brauer | |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger | |
route(8) takes a new -mpath modifier to enter a multipath route. requested deraadt@, ok itojun@ mcbride@ millert@ | |||
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger | |
selector part to the routing table entry. complements existing "-dst" and "-dstmask". typical use: route add -src 20.20.20.22 20.20.20.21 route add -src 192.168.1.0/24 -dst 192.168.2.0/24 20.20.20.21 useful for example to implement symetrical routing on multihomed boxes, or to better select which packets to send to gif/tun/... tunnels. new '-S' flag similar to netstat one. ok deraadt@ mcbride@ | |||
2000-07-27 | Don't show or delete IPsec flows with the route command -- this was a | Angelos D. Keromytis | |
kludge to begin with, and it's about time we get rid of it. | |||
1999-12-08 | ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch]. | Jun-ichiro itojun Hagino | |
1997-08-26 | Forgot about keyword.c's tag, regenned again | Niklas Hallqvist | |
1997-08-26 | Move over -encap change to keywords.sh only made to keywords.h, | Niklas Hallqvist | |
$OpenBSD$ tagging. Added a missing extern specifier. Regenerated keywords.h | |||
1996-12-14 | merge netbsd changes for show command | Theo de Raadt | |
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall |