diff options
author | org[shemminger]!nakam <org[shemminger]!nakam> | 2004-09-28 18:38:35 +0000 |
---|---|---|
committer | org[shemminger]!nakam <org[shemminger]!nakam> | 2004-09-28 18:38:35 +0000 |
commit | bd641cd661527469a9d15c0fa09f19d017c2299f (patch) | |
tree | 8de1bb8acf905196b39fd5225b603d32d430ae94 /include/utils.h | |
parent | f91ab714a1283b835d081a5a8af85337cfe63c3e (diff) |
[iproute2] XFRM: using flush message type
(Logical change 1.83)
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h index 66bcf0f5..ed1257e5 100644 --- a/include/utils.h +++ b/include/utils.h @@ -25,6 +25,9 @@ extern char * _SL_; #ifndef IPPROTO_COMP #define IPPROTO_COMP 108 #endif +#ifndef IPSEC_PROTO_ANY +#define IPSEC_PROTO_ANY 255 +#endif #define SPRINT_BSIZE 64 #define SPRINT_BUF(x) char x[SPRINT_BSIZE] |