|
@@ -138,6 +138,7 @@ gre_manip_pkt(struct sk_buff *skb, unsigned int iphdroff,
|
|
|
static struct nf_nat_protocol gre __read_mostly = {
|
|
static struct nf_nat_protocol gre __read_mostly = {
|
|
|
.name = "GRE",
|
|
.name = "GRE",
|
|
|
.protonum = IPPROTO_GRE,
|
|
.protonum = IPPROTO_GRE,
|
|
|
|
|
+ .me = THIS_MODULE,
|
|
|
.manip_pkt = gre_manip_pkt,
|
|
.manip_pkt = gre_manip_pkt,
|
|
|
.in_range = gre_in_range,
|
|
.in_range = gre_in_range,
|
|
|
.unique_tuple = gre_unique_tuple,
|
|
.unique_tuple = gre_unique_tuple,
|