X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fipv6%2Fsysctl_net_ipv6.c;h=53a9f5a64536fd7b55199b17b323a76d80841049;hb=2e16e3c7d370ddb96a8b59b84c1cb7f1d0dba2a4;hp=e85c48bd404f4036b0c4e7db1e29bd6a92192f75;hpb=9a64e8e0ace51b309fdcff4b4754b3649250382a;p=firefly-linux-kernel-4.4.55.git diff --git a/net/ipv6/sysctl_net_ipv6.c b/net/ipv6/sysctl_net_ipv6.c index e85c48bd404f..53a9f5a64536 100644 --- a/net/ipv6/sysctl_net_ipv6.c +++ b/net/ipv6/sysctl_net_ipv6.c @@ -24,6 +24,13 @@ static ctl_table ipv6_table_template[] = { .mode = 0644, .proc_handler = proc_dointvec }, + { + .procname = "fwmark_reflect", + .data = &init_net.ipv6.sysctl.fwmark_reflect, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec + }, { } };