aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/ipv4.h')
-rw-r--r--include/net/netns/ipv4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index e06d7cfd6d64..61a28ff9440a 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -8,7 +8,9 @@ struct ctl_table_header;
8struct ipv4_devconf; 8struct ipv4_devconf;
9 9
10struct netns_ipv4 { 10struct netns_ipv4 {
11#ifdef CONFIG_SYSCTL
11 struct ctl_table_header *forw_hdr; 12 struct ctl_table_header *forw_hdr;
13#endif
12 struct ipv4_devconf *devconf_all; 14 struct ipv4_devconf *devconf_all;
13 struct ipv4_devconf *devconf_dflt; 15 struct ipv4_devconf *devconf_dflt;
14}; 16};