aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/sit.c')
-rw-r--r--net/ipv6/sit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
index 4699cd3c3118..86618eb30335 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -1132,7 +1132,7 @@ static void __net_init ipip6_fb_tunnel_init(struct net_device *dev)
1132 sitn->tunnels_wc[0] = tunnel; 1132 sitn->tunnels_wc[0] = tunnel;
1133} 1133}
1134 1134
1135static struct xfrm_tunnel sit_handler = { 1135static struct xfrm_tunnel sit_handler __read_mostly = {
1136 .handler = ipip6_rcv, 1136 .handler = ipip6_rcv,
1137 .err_handler = ipip6_err, 1137 .err_handler = ipip6_err,
1138 .priority = 1, 1138 .priority = 1,