commit | 544d5c7d9f4d1ec4f170bc5bcc522012cb7704bc | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Feb 05 03:44:51 2012 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Mar 07 17:40:46 2012 +0100 |
tree | d7e4eff56efb23801a5ad0e4720efe13c68672ca | |
parent | 076a0ca02644657b13e4af363f487ced2942e9cb [diff] |
netfilter: ctnetlink: allow to set expectfn for expectations This patch allows you to set expectfn which is specifically used by the NAT side of most of the existing conntrack helpers. I have added a symbol map that uses a string as key to look up for the function that is attached to the expectation object. This is the best solution I came out with to solve this issue. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>