pluto ignores proprietary Juniper SRX notification 40001

This commit is contained in:
Andreas Steffen
2009-11-05 08:38:00 +01:00
parent 16dca5c2f2
commit e92e19c177
2 changed files with 13 additions and 2 deletions
+4 -1
View File
@@ -1040,7 +1040,10 @@ typedef enum {
/* RFC 3706 DPD */
R_U_THERE = 36136,
R_U_THERE_ACK = 36137
R_U_THERE_ACK = 36137,
/* Juniper SRX private use */
NS_NHTB_INFORM = 40001
} notification_t;