]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/ip6t_rt.c
netfilter: xtables: deconstify struct xt_action_param for matches
[net-next-2.6.git] / net / ipv6 / netfilter / ip6t_rt.c
index 793c27200881fbc25b081f641e16883e977fc350..ee584693ee35343c5be31d3030ebb2011be05b13 100644 (file)
@@ -36,8 +36,7 @@ segsleft_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert)
        return r;
 }
 
-static bool rt_mt6(const struct sk_buff *skb,
-                  const struct xt_action_param *par)
+static bool rt_mt6(const struct sk_buff *skb, struct xt_action_param *par)
 {
        struct ipv6_rt_hdr _route;
        const struct ipv6_rt_hdr *rh;