diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-15 15:28:00 +0000 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-15 15:28:00 +0000 |
| commit | eb0cc33886152940e53d37eba541aefb982cb247 (patch) | |
| tree | 76b39ea1acea8caf5e8923ea7553cda394ae0f87 /src/include/linux | |
| parent | 66d4745f8e1dbe5865cd2693e62bc380c04b2aa6 (diff) | |
| download | strongswan-eb0cc33886152940e53d37eba541aefb982cb247.tar.bz2 strongswan-eb0cc33886152940e53d37eba541aefb982cb247.tar.xz | |
The XFRM_STATE_AF_UNSPEC flag added to xfrm.h allows IPv4-over-IPv6 and IPv6-over-IPv6 tunnels with the 2.6.26 and later Linux kernels
Diffstat (limited to 'src/include/linux')
| -rw-r--r-- | src/include/linux/xfrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/linux/xfrm.h b/src/include/linux/xfrm.h index e31b8c84f..d4e9e50a8 100644 --- a/src/include/linux/xfrm.h +++ b/src/include/linux/xfrm.h @@ -338,6 +338,7 @@ struct xfrm_usersa_info { #define XFRM_STATE_NOPMTUDISC 4 #define XFRM_STATE_WILDRECV 8 #define XFRM_STATE_ICMP 16 +#define XFRM_STATE_AF_UNSPEC 32 }; struct xfrm_usersa_id { |
