diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2003-05-25 06:06:41 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-25 06:06:41 -0700 |
| commit | 7768d03bdf574cbb3ec11fbfb7f20dd5eaa226e5 (patch) | |
| tree | 7d8db01d0bae422f60340a432fb3aadd8d61b40a /include/linux | |
| parent | ac34bae899c899a277f5df4a0c31827cbe1a3032 (diff) | |
[XFRM_USER]: Add XFRM_MSG_UPDPOLICY, analogue of SADB_X_SPDUPDATE.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/xfrm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index febd00d7bfc6..37b5ac010c7b 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h @@ -116,7 +116,9 @@ enum #define XFRM_MSG_ACQUIRE (XFRM_MSG_BASE + 7) #define XFRM_MSG_EXPIRE (XFRM_MSG_BASE + 8) -#define XFRM_MSG_MAX (XFRM_MSG_EXPIRE+1) +#define XFRM_MSG_UPDPOLICY (XFRM_MSG_BASE + 9) + +#define XFRM_MSG_MAX (XFRM_MSG_UPDPOLICY+1) struct xfrm_user_tmpl { struct xfrm_id id; |
