[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BA71BDC.1080609@linux-ipv6.org>
Date: Mon, 22 Mar 2010 16:27:24 +0900
From: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
To: Stephen Hemminger <shemminger@...tta.com>
CC: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Subject: Re: [RFC] GTSM for IPv6
(2010/03/20 1:56), Stephen Hemminger wrote:
> Also RFC doesn't explicitly address GTSM on IPV6.
> Maybe the RFC editors think the problem will magically no longer exist
> in IPv6 world because everyone will be using IPsec.
> ---
> include/linux/in6.h | 3 +++
> include/linux/ipv6.h | 3 ++-
> net/ipv6/ipv6_sockglue.c | 12 ++++++++++++
> net/ipv6/tcp_ipv6.c | 17 ++++++++++++++---
> 4 files changed, 31 insertions(+), 4 deletions(-)
Why don't we have code for other protocols such as
UDP etc? We already have similar protection in NDP,
It seem to make sense.
And, as many other socket options (such as IPV6_UNICAST_HOPS
etc.) do, please accept value of -1 to set the system's
default (0 so far).
x < -1: return an error of EINVAL
x == -1: use kernel default
0 <= x <= 255: use x
x >= 256: return an error of EINVAL
We may also want to have sysctl for it.
Regrads,
--yoshfuji
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists