From 4470f6d571b57a867ad4f7875ea2cd7f46612f98 Mon Sep 17 00:00:00 2001 From: Ryan Thomas McBride Date: Fri, 27 May 2005 04:55:29 +0000 Subject: Experimental support for opportunitic use of jumbograms where only some hosts 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@ --- sbin/route/keywords.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/route/keywords.sh') diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index 348940ee660..e0544f9ce55 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.16 2005/03/30 08:02:34 deraadt Exp $ +# $OpenBSD: keywords.sh,v 1.17 2005/05/27 04:55:27 mcbride Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -29,6 +29,7 @@ ifp inet inet6 ipx +jumbo label link llinfo @@ -39,6 +40,7 @@ mpath mtu net netmask +nojumbo nostatic prefixlen proto1 -- cgit v1.2.3