diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-01-07 03:04:15 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-01-08 20:11:08 +0300 |
commit | 97add9f0d66da9898da325f84e80533db9cc0ced (patch) | |
tree | 3391d184c371884e38a0483655cb167b23c2e488 /lib/timerqueue.c | |
parent | ac2a66665e231847cab11b8c8e844ce43207dd2e (diff) | |
download | linux-97add9f0d66da9898da325f84e80533db9cc0ced.tar.xz |
netfilter: flow table support for IPv4
This patch adds the IPv4 flow table type, that implements the datapath
flow table to forward IPv4 traffic. Rationale is:
1) Look up for the packet in the flow table, from the ingress hook.
2) If there's a hit, decrement ttl and pass it on to the neighbour layer
for transmission.
3) If there's a miss, packet is passed up to the classic forwarding
path.
This patch also supports layer 3 source and destination NAT.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions