[RFC, PATCH 2/5]: netfilter+ipsec - output hooks
From: Patrick McHardy <hidden>
Date: 2004-03-18 16:31:40
Also in:
netfilter-devel
Attachments
- 02-output-hooks.diff [text/x-patch] 7045 bytes · preview
From: Patrick McHardy <hidden>
Date: 2004-03-18 16:31:40
Also in:
netfilter-devel
This patch adds new output-hooks. Packets with dst->xfrm != NULL traverse the POST_ROUTING hook before dst_output is called. The transformers mark the packets in the control buffer with a new flag IPSKB_XFRM_TRANSFORMED, these packets then traverse the LOCAL_OUT hook when they hit ip_output.