Skip to content

Commit

Permalink
[PFKEYV2]: Extension for dynamic update of endpoint address(es)
Browse files Browse the repository at this point in the history
Extend PF_KEYv2 framework so that user application can take advantage
of MIGRATE feature via PF_KEYv2 interface. User application can either
send or receive an MIGRATE message to/from PF_KEY socket.

Detail information can be found in the internet-draft
<draft-sugimoto-mip6-pfkey-migrate>.

Signed-off-by: Shinta Sugimoto <[email protected]>
Signed-off-by: Masahide NAKAMURA <[email protected]>
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Shinta Sugimoto authored and davem330 committed Feb 8, 2007
1 parent d047365 commit 08de61b
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/pfkeyv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ struct sadb_x_sec_ctx {
#define SADB_X_SPDEXPIRE 21
#define SADB_X_SPDDELETE2 22
#define SADB_X_NAT_T_NEW_MAPPING 23
#define SADB_MAX 23
#define SADB_X_MIGRATE 24
#define SADB_MAX 24

/* Security Association flags */
#define SADB_SAFLAGS_PFS 1
Expand Down
Loading

0 comments on commit 08de61b

Please sign in to comment.