diff options
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | 2015-03-23 18:36:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-23 22:12:09 -0400 |
commit | 1855b7c3e8537c2a4f5a53c797624713bb3becb4 (patch) | |
tree | 51a7bac158c3051729d0f9a0061cf033c0e3fafc /include/net/netns/ipv6.h | |
parent | 5f40ef77adb237954d615a76621df1b80a329b31 (diff) |
ipv6: introduce idgen_delay and idgen_retries knobs
This is specified by RFC 7217.
Cc: Erik Kline <ek@google.com>
Cc: Fernando Gont <fgont@si6networks.com>
Cc: Lorenzo Colitti <lorenzo@google.com>
Cc: YOSHIFUJI Hideaki/吉藤英明 <hideaki.yoshifuji@miraclelinux.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r-- | include/net/netns/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index ca0db12cd089..d2527bf81142 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -32,6 +32,8 @@ struct netns_sysctl_ipv6 { | |||
32 | int icmpv6_time; | 32 | int icmpv6_time; |
33 | int anycast_src_echo_reply; | 33 | int anycast_src_echo_reply; |
34 | int fwmark_reflect; | 34 | int fwmark_reflect; |
35 | int idgen_retries; | ||
36 | int idgen_delay; | ||
35 | }; | 37 | }; |
36 | 38 | ||
37 | struct netns_ipv6 { | 39 | struct netns_ipv6 { |