Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 939ccba4 authored by Elison Niven's avatar Elison Niven Committed by Pablo Neira Ayuso
Browse files

netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targets



In (c7232c99 netfilter: add protocol independent NAT core), the
hooks were accidentally modified:

SNAT hooks are POST_ROUTING and LOCAL_IN (before it was LOCAL_OUT).
DNAT hooks are PRE_ROUTING and LOCAL_OUT (before it was LOCAL_IN).

Signed-off-by: default avatarElison Niven <elison.niven@cyberoam.com>
Signed-off-by: default avatarSanket Shah <sanket.shah@cyberoam.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 0153d5a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment