diff options
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r-- | include/net/netns/ipv6.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 81abfcb2eb4e..b42be53587ba 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -12,7 +12,9 @@ struct ctl_table_header; | |||
12 | 12 | ||
13 | struct netns_sysctl_ipv6 { | 13 | struct netns_sysctl_ipv6 { |
14 | #ifdef CONFIG_SYSCTL | 14 | #ifdef CONFIG_SYSCTL |
15 | struct ctl_table_header *table; | 15 | struct ctl_table_header *hdr; |
16 | struct ctl_table_header *route_hdr; | ||
17 | struct ctl_table_header *icmp_hdr; | ||
16 | struct ctl_table_header *frags_hdr; | 18 | struct ctl_table_header *frags_hdr; |
17 | #endif | 19 | #endif |
18 | int bindv6only; | 20 | int bindv6only; |