OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / openswan / include / ipsec_saref.h
1 /* Older patches used 22/23, but the kernel started using those, so we
2  * bumped it to 30/31. Make sure you use the same number in the kernel
3  * SAref patches and in the xl2tpd 'saref refinfo ' option
4  */
5
6 #ifndef IP_IPSEC_REFINFO
7 /* #define IP_IPSEC_REFINFO 22 */
8 #define IP_IPSEC_REFINFO 30
9 #endif
10
11 #ifndef IP_IPSEC_BINDREF
12 /* #define IP_IPSEC_BINDREF 23 */
13 #define IP_IPSEC_BINDREF 31
14 #endif
15