diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-11-14 01:57:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:53:55 -0800 |
commit | 294b4baf292197e13d1df1d253efa7ac84ffee3f (patch) | |
tree | f7f4fc0fa51e937829e2702faffa78b913895f99 /include/net/xfrm.h | |
parent | 6e23ae2a48750bda407a4a58f52a4865d7308bf5 (diff) | |
download | linux-294b4baf292197e13d1df1d253efa7ac84ffee3f.tar.gz |
[IPSEC]: Kill afinfo->nf_post_routing
After changeset:
[NETFILTER]: Introduce NF_INET_ hook values
It always evaluates to NF_INET_POST_ROUTING.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 37a086d71baf..ecc02e9bde32 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -259,7 +259,6 @@ struct xfrm_state_afinfo { unsigned int family; unsigned int proto; unsigned int eth_proto; - unsigned int nf_post_routing; struct module *owner; struct xfrm_type *type_map[IPPROTO_MAX]; struct xfrm_mode *mode_map[XFRM_MODE_MAX]; |