mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
When the replay window size is large than UINT8_MAX, add to the request the SADB_X_EXT_SA_REPLAY extension header that was added in r309144. Also add support of SADB_X_EXT_NAT_T_TYPE, SADB_X_EXT_NAT_T_SPORT, SADB_X_EXT_NAT_T_DPORT, SADB_X_EXT_NAT_T_OAI, SADB_X_EXT_NAT_T_OAR, SADB_X_EXT_SA_REPLAY, SADB_X_EXT_NEW_ADDRESS_SRC, SADB_X_EXT_NEW_ADDRESS_DST extension headers to the key_debug that is used by `setkey -x`. Modify kdebug_sockaddr() to use inet_ntop() for IP addresses formatting. And modify kdebug_sadb_x_policy() to show policy scope and priority. Reviewed by: gnn, Emeric Poupon MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D10375 |
||
|---|---|---|
| .. | ||
| ipsec_dump_policy.c | ||
| ipsec_get_policylen.c | ||
| ipsec_set_policy.3 | ||
| ipsec_strerror.3 | ||
| ipsec_strerror.c | ||
| ipsec_strerror.h | ||
| libpfkey.h | ||
| Makefile | ||
| Makefile.depend | ||
| pfkey.c | ||
| pfkey_dump.c | ||
| policy_parse.y | ||
| policy_token.l | ||
| test-policy.c | ||