diff options
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
-rw-r--r-- | net/ipv4/sysctl_net_ipv4.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index 1d2480ac2bb6..44eba052b43d 100644 --- a/net/ipv4/sysctl_net_ipv4.c +++ b/net/ipv4/sysctl_net_ipv4.c | |||
@@ -831,6 +831,13 @@ static struct ctl_table ipv4_net_table[] = { | |||
831 | .mode = 0644, | 831 | .mode = 0644, |
832 | .proc_handler = proc_dointvec | 832 | .proc_handler = proc_dointvec |
833 | }, | 833 | }, |
834 | { | ||
835 | .procname = "ip_forward_use_pmtu", | ||
836 | .data = &init_net.ipv4.sysctl_ip_fwd_use_pmtu, | ||
837 | .maxlen = sizeof(int), | ||
838 | .mode = 0644, | ||
839 | .proc_handler = proc_dointvec, | ||
840 | }, | ||
834 | { } | 841 | { } |
835 | }; | 842 | }; |
836 | 843 | ||