blob: 4e705add4f187c69b1b11202d47808308e87cf80 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * sysctl_net_ipv6.c: sysctl interface to net IPV6 subsystem.
3 *
4 * Changes:
5 * YOSHIFUJI Hideaki @USAGI: added icmp sysctl table.
6 */
7
8#include <linux/mm.h>
9#include <linux/sysctl.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/in6.h>
11#include <linux/ipv6.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090012#include <linux/slab.h>
Paul Gortmakerbc3b2d72011-07-15 11:47:34 -040013#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <net/ndisc.h>
15#include <net/ipv6.h>
16#include <net/addrconf.h>
Pavel Emelyanov04128f22007-10-15 02:33:45 -070017#include <net/inet_frag.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Hannes Frederic Sowa2f711932014-09-02 15:49:25 +020019static int one = 1;
20
Joe Perchesfe2c6332013-06-11 23:04:25 -070021static struct ctl_table ipv6_table_template[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 {
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 .procname = "bindv6only",
Daniel Lezcano99bc9c42008-01-10 02:54:53 -080024 .data = &init_net.ipv6.sysctl.bindv6only,
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 .maxlen = sizeof(int),
26 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -080027 .proc_handler = proc_dointvec
Linus Torvalds1da177e2005-04-16 15:20:36 -070028 },
FX Le Bail509aba32014-01-07 14:57:27 +010029 {
30 .procname = "anycast_src_echo_reply",
FX Le Bailec35b612014-01-13 15:59:01 +010031 .data = &init_net.ipv6.sysctl.anycast_src_echo_reply,
FX Le Bail509aba32014-01-07 14:57:27 +010032 .maxlen = sizeof(int),
33 .mode = 0644,
34 .proc_handler = proc_dointvec
35 },
Florent Fourcot6444f722014-01-17 17:15:05 +010036 {
37 .procname = "flowlabel_consistency",
38 .data = &init_net.ipv6.sysctl.flowlabel_consistency,
39 .maxlen = sizeof(int),
40 .mode = 0644,
41 .proc_handler = proc_dointvec
42 },
Lorenzo Colittie1108612014-05-13 10:17:33 -070043 {
Tom Herbertcb1ce2e2014-07-01 21:33:10 -070044 .procname = "auto_flowlabels",
45 .data = &init_net.ipv6.sysctl.auto_flowlabels,
46 .maxlen = sizeof(int),
47 .mode = 0644,
48 .proc_handler = proc_dointvec
49 },
50 {
Lorenzo Colittie1108612014-05-13 10:17:33 -070051 .procname = "fwmark_reflect",
52 .data = &init_net.ipv6.sysctl.fwmark_reflect,
53 .maxlen = sizeof(int),
54 .mode = 0644,
55 .proc_handler = proc_dointvec
56 },
Hannes Frederic Sowa1855b7c2015-03-23 23:36:05 +010057 {
58 .procname = "idgen_retries",
59 .data = &init_net.ipv6.sysctl.idgen_retries,
60 .maxlen = sizeof(int),
61 .mode = 0644,
62 .proc_handler = proc_dointvec,
63 },
64 {
65 .procname = "idgen_delay",
66 .data = &init_net.ipv6.sysctl.idgen_delay,
67 .maxlen = sizeof(int),
68 .mode = 0644,
69 .proc_handler = proc_dointvec_jiffies,
70 },
Tom Herbert82a584b2015-04-29 15:33:21 -070071 {
72 .procname = "flowlabel_state_ranges",
73 .data = &init_net.ipv6.sysctl.flowlabel_state_ranges,
74 .maxlen = sizeof(int),
75 .mode = 0644,
76 .proc_handler = proc_dointvec
77 },
Eric W. Biedermanf8572d82009-11-05 13:32:03 -080078 { }
Pavel Emelyanov34ac2572008-05-19 13:53:30 -070079};
80
Joe Perchesfe2c6332013-06-11 23:04:25 -070081static struct ctl_table ipv6_rotable[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 {
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 .procname = "mld_max_msf",
84 .data = &sysctl_mld_max_msf,
85 .maxlen = sizeof(int),
86 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -080087 .proc_handler = proc_dointvec
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 },
Hannes Frederic Sowa2f711932014-09-02 15:49:25 +020089 {
90 .procname = "mld_qrv",
91 .data = &sysctl_mld_qrv,
92 .maxlen = sizeof(int),
93 .mode = 0644,
94 .proc_handler = proc_dointvec_minmax,
95 .extra1 = &one
96 },
Eric W. Biedermanf8572d82009-11-05 13:32:03 -080097 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -070098};
99
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +0000100static int __net_init ipv6_sysctl_net_init(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101{
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800102 struct ctl_table *ipv6_table;
103 struct ctl_table *ipv6_route_table;
104 struct ctl_table *ipv6_icmp_table;
105 int err;
106
107 err = -ENOMEM;
108 ipv6_table = kmemdup(ipv6_table_template, sizeof(ipv6_table_template),
109 GFP_KERNEL);
110 if (!ipv6_table)
111 goto out;
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000112 ipv6_table[0].data = &net->ipv6.sysctl.bindv6only;
FX Le Bailec35b612014-01-13 15:59:01 +0100113 ipv6_table[1].data = &net->ipv6.sysctl.anycast_src_echo_reply;
Florent Fourcot6444f722014-01-17 17:15:05 +0100114 ipv6_table[2].data = &net->ipv6.sysctl.flowlabel_consistency;
Tom Herbertcb1ce2e2014-07-01 21:33:10 -0700115 ipv6_table[3].data = &net->ipv6.sysctl.auto_flowlabels;
David S. Millerd247b6a2014-08-05 18:46:26 -0700116 ipv6_table[4].data = &net->ipv6.sysctl.fwmark_reflect;
Hannes Frederic Sowa1855b7c2015-03-23 23:36:05 +0100117 ipv6_table[5].data = &net->ipv6.sysctl.idgen_retries;
118 ipv6_table[6].data = &net->ipv6.sysctl.idgen_delay;
Tom Herbert82a584b2015-04-29 15:33:21 -0700119 ipv6_table[7].data = &net->ipv6.sysctl.flowlabel_state_ranges;
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800120
121 ipv6_route_table = ipv6_route_sysctl_init(net);
122 if (!ipv6_route_table)
123 goto out_ipv6_table;
124
125 ipv6_icmp_table = ipv6_icmp_sysctl_init(net);
126 if (!ipv6_icmp_table)
127 goto out_ipv6_route_table;
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800128
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000129 net->ipv6.sysctl.hdr = register_net_sysctl(net, "net/ipv6", ipv6_table);
130 if (!net->ipv6.sysctl.hdr)
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800131 goto out_ipv6_icmp_table;
Daniel Lezcano291480c2008-01-10 02:47:55 -0800132
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000133 net->ipv6.sysctl.route_hdr =
134 register_net_sysctl(net, "net/ipv6/route", ipv6_route_table);
135 if (!net->ipv6.sysctl.route_hdr)
136 goto out_unregister_ipv6_table;
137
138 net->ipv6.sysctl.icmp_hdr =
139 register_net_sysctl(net, "net/ipv6/icmp", ipv6_icmp_table);
140 if (!net->ipv6.sysctl.icmp_hdr)
141 goto out_unregister_route_table;
142
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800143 err = 0;
144out:
145 return err;
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000146out_unregister_route_table:
147 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr);
148out_unregister_ipv6_table:
149 unregister_net_sysctl_table(net->ipv6.sysctl.hdr);
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800150out_ipv6_icmp_table:
151 kfree(ipv6_icmp_table);
152out_ipv6_route_table:
153 kfree(ipv6_route_table);
154out_ipv6_table:
155 kfree(ipv6_table);
156 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157}
158
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +0000159static void __net_exit ipv6_sysctl_net_exit(struct net *net)
Daniel Lezcano89918fc2008-01-10 02:49:34 -0800160{
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800161 struct ctl_table *ipv6_table;
162 struct ctl_table *ipv6_route_table;
163 struct ctl_table *ipv6_icmp_table;
164
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000165 ipv6_table = net->ipv6.sysctl.hdr->ctl_table_arg;
166 ipv6_route_table = net->ipv6.sysctl.route_hdr->ctl_table_arg;
167 ipv6_icmp_table = net->ipv6.sysctl.icmp_hdr->ctl_table_arg;
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800168
Eric W. Biederman6dceb032012-04-19 13:37:09 +0000169 unregister_net_sysctl_table(net->ipv6.sysctl.icmp_hdr);
170 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr);
171 unregister_net_sysctl_table(net->ipv6.sysctl.hdr);
Daniel Lezcano760f2d02008-01-10 02:53:43 -0800172
173 kfree(ipv6_table);
174 kfree(ipv6_route_table);
175 kfree(ipv6_icmp_table);
Daniel Lezcano89918fc2008-01-10 02:49:34 -0800176}
177
178static struct pernet_operations ipv6_sysctl_net_ops = {
179 .init = ipv6_sysctl_net_init,
180 .exit = ipv6_sysctl_net_exit,
181};
182
Pavel Emelyanov34ac2572008-05-19 13:53:30 -0700183static struct ctl_table_header *ip6_header;
184
Daniel Lezcano89918fc2008-01-10 02:49:34 -0800185int ipv6_sysctl_register(void)
186{
Fernando Carrijoc19a28e2009-01-07 18:09:08 -0800187 int err = -ENOMEM;
Pavel Emelyanov34ac2572008-05-19 13:53:30 -0700188
Eric W. Biederman43444752012-04-19 13:22:55 +0000189 ip6_header = register_net_sysctl(&init_net, "net/ipv6", ipv6_rotable);
Ian Morris63159f22015-03-29 14:00:04 +0100190 if (!ip6_header)
Pavel Emelyanov34ac2572008-05-19 13:53:30 -0700191 goto out;
192
193 err = register_pernet_subsys(&ipv6_sysctl_net_ops);
194 if (err)
195 goto err_pernet;
196out:
197 return err;
198
199err_pernet:
200 unregister_net_sysctl_table(ip6_header);
201 goto out;
Daniel Lezcano89918fc2008-01-10 02:49:34 -0800202}
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204void ipv6_sysctl_unregister(void)
205{
Pavel Emelyanov34ac2572008-05-19 13:53:30 -0700206 unregister_net_sysctl_table(ip6_header);
Daniel Lezcano89918fc2008-01-10 02:49:34 -0800207 unregister_pernet_subsys(&ipv6_sysctl_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208}