sfc: parse mangle actions (NAT) in conntrack entries
authorEdward Cree <ecree.xilinx@gmail.com>
Tue, 10 Oct 2023 21:51:59 +0000 (22:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2023 13:25:03 +0000 (14:25 +0100)
commit38f9a08a3e6a6ad6393c60f82a50bdd0c23478b0
treeef1edde1b50960c4b7f149c4dc13d037f231d6e7
parent4b714fd1a05b26665badf19e484878eb80f0417a
sfc: parse mangle actions (NAT) in conntrack entries

The MAE can edit either address, L4 port, or both, for either source
 or destination.  These can't be mixed; i.e. it can edit source addr
 and source port, but not (say) source addr and dest port.

Reviewed-by: Pieter Jansen van Vuuren <pieter.jansen-van-vuuren@amd.com>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/tc_conntrack.c