summaryrefslogtreecommitdiff
path: root/sbin/route/keywords.sh
AgeCommit message (Collapse)Author
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
add a -encap option to show only the IPSec part. OK hshoexer@, henning@
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan 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-30generated a .h file with spacing bugsTheo de Raadt
2005-03-30make keywords.sh generate an enum for the keysHenning Brauer
2005-03-30nicer outputHenning Brauer
2005-03-30get rid of the twisted keywords.[c|h] interaction and just let keywords.shHenning Brauer
put the defines and the table into the .h
2005-03-30remove ccitt x.25 traces, ok theoHenning Brauer
2004-09-24kill osi and mask, ok henningJared Yanovich
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
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
route(8) takes a new -mpath modifier to enter a multipath route. requested deraadt@, ok itojun@ mcbride@ millert@
2004-06-06add new "-src" and "-srcmask" modifiers to make it possible to add a sourceCedric 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-27Don't show or delete IPsec flows with the route command -- this was aAngelos D. Keromytis
kludge to begin with, and it's about time we get rid of it.
1999-12-08ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].Jun-ichiro itojun Hagino
1997-08-26Forgot about keyword.c's tag, regenned againNiklas Hallqvist
1997-08-26Move 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-14merge netbsd changes for show commandTheo de Raadt
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall