View | Details | Raw Unified | Return to bug 280435 | Differences between
and this patch

Collapse All | Expand All

(-)src/include/linux/pfkeyv2.h (+7 lines)
Lines 358-364 struct sadb_x_kmaddress { Link Here
358
#define SADB_X_EXT_SEC_CTX		24
358
#define SADB_X_EXT_SEC_CTX		24
359
/* Used with MIGRATE to pass @ to IKE for negotiation */
359
/* Used with MIGRATE to pass @ to IKE for negotiation */
360
#define SADB_X_EXT_KMADDRESS		25
360
#define SADB_X_EXT_KMADDRESS		25
361
362
#ifdef __APPLE__
363
#define SADB_EXT_MAX			35
364
#elif defined(__FreeBSD__)
365
#define SADB_EXT_MAX			28
366
#else
361
#define SADB_EXT_MAX			25
367
#define SADB_EXT_MAX			25
368
#endif
362
369
363
/* Identity Extension values */
370
/* Identity Extension values */
364
#define SADB_IDENTTYPE_RESERVED	0
371
#define SADB_IDENTTYPE_RESERVED	0

Return to bug 280435