netfilter: nf_tables: add forward expression to the netdev family
You can use this to forward packets from ingress to the egress path of
the specified interface. This provides a fast path to bounce packets
from one interface to another specific destination interface.
Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- include/uapi/linux/netfilter/nf_tables.h 12 additions, 0 deletionsinclude/uapi/linux/netfilter/nf_tables.h
- net/netfilter/Kconfig 6 additions, 0 deletionsnet/netfilter/Kconfig
- net/netfilter/Makefile 1 addition, 0 deletionsnet/netfilter/Makefile
- net/netfilter/nft_fwd_netdev.c 98 additions, 0 deletionsnet/netfilter/nft_fwd_netdev.c
Loading
Please register or sign in to comment