Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78535
b: refs/heads/master
c: 3ee9e76
h: refs/heads/master
i:
  78533: 2adccd1
  78531: 4fc4690
  78527: 01a2c58
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent ecea3c2 commit da88415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d978e5daec544ec72b28bf72a30dc9ac3da23a35
refs/heads/master: 3ee9e760387c38558df976bc2905959826adf331
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/nf_nat_proto_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ gre_manip_pkt(struct sk_buff *skb, unsigned int iphdroff,
static struct nf_nat_protocol gre __read_mostly = {
.name = "GRE",
.protonum = IPPROTO_GRE,
.me = THIS_MODULE,
.manip_pkt = gre_manip_pkt,
.in_range = gre_in_range,
.unique_tuple = gre_unique_tuple,
Expand Down

0 comments on commit da88415

Please sign in to comment.