pluto ignores proprietary Juniper SRX notification 40001
This commit is contained in:
@@ -988,9 +988,17 @@ static const char *const notification_dpd_name[] = {
|
|||||||
"R_U_THERE_ACK",
|
"R_U_THERE_ACK",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const char *const notification_juniper_name[] = {
|
||||||
|
"NS_NHTB_INFORM",
|
||||||
|
};
|
||||||
|
|
||||||
|
enum_names notification_juniper_names =
|
||||||
|
{ NS_NHTB_INFORM, NS_NHTB_INFORM,
|
||||||
|
notification_juniper_name, NULL };
|
||||||
|
|
||||||
enum_names notification_dpd_names =
|
enum_names notification_dpd_names =
|
||||||
{ R_U_THERE, R_U_THERE_ACK,
|
{ R_U_THERE, R_U_THERE_ACK,
|
||||||
notification_dpd_name, NULL };
|
notification_dpd_name, ¬ification_juniper_names };
|
||||||
|
|
||||||
enum_names ipsec_notification_names =
|
enum_names ipsec_notification_names =
|
||||||
{ IPSEC_RESPONDER_LIFETIME, IPSEC_INITIAL_CONTACT,
|
{ IPSEC_RESPONDER_LIFETIME, IPSEC_INITIAL_CONTACT,
|
||||||
|
|||||||
@@ -1040,7 +1040,10 @@ typedef enum {
|
|||||||
|
|
||||||
/* RFC 3706 DPD */
|
/* RFC 3706 DPD */
|
||||||
R_U_THERE = 36136,
|
R_U_THERE = 36136,
|
||||||
R_U_THERE_ACK = 36137
|
R_U_THERE_ACK = 36137,
|
||||||
|
|
||||||
|
/* Juniper SRX private use */
|
||||||
|
NS_NHTB_INFORM = 40001
|
||||||
|
|
||||||
} notification_t;
|
} notification_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user