diff options
Diffstat (limited to 'net/ipv4/ipmr.c')
-rw-r--r-- | net/ipv4/ipmr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index eddfd12f55b8..f3f1c6b5c70c 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c | |||
@@ -1599,7 +1599,7 @@ static void ipmr_queue_xmit(struct net *net, struct mr_table *mrt, | |||
1599 | * not mrouter) cannot join to more than one interface - it will | 1599 | * not mrouter) cannot join to more than one interface - it will |
1600 | * result in receiving multiple packets. | 1600 | * result in receiving multiple packets. |
1601 | */ | 1601 | */ |
1602 | NF_HOOK(PF_INET, NF_INET_FORWARD, skb, skb->dev, dev, | 1602 | NF_HOOK(NFPROTO_IPV4, NF_INET_FORWARD, skb, skb->dev, dev, |
1603 | ipmr_forward_finish); | 1603 | ipmr_forward_finish); |
1604 | return; | 1604 | return; |
1605 | 1605 | ||