summaryrefslogtreecommitdiff
path: root/nhrpd/nhrpd.h
diff options
context:
space:
mode:
authorGaurav Goyal <gaurav.goyal@4rf.com>2021-02-04 16:08:08 +1300
committerReuben Dowle <reuben.dowle@4rf.com>2021-03-17 17:03:47 +1300
commit58ef1668ae45613dae36ca2e11a717236a3e4399 (patch)
tree9e1def5a14b9643c30335803757442be2ad5243b /nhrpd/nhrpd.h
parent74e5ba3a3f9d50e946095df07cfdeb9e67d1a78b (diff)
nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peer
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r--nhrpd/nhrpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h
index 66ca1eabfd..3655463152 100644
--- a/nhrpd/nhrpd.h
+++ b/nhrpd/nhrpd.h
@@ -105,6 +105,7 @@ enum nhrp_notify_type {
NOTIFY_INTERFACE_ADDRESS_CHANGED,
NOTIFY_INTERFACE_NBMA_CHANGED,
NOTIFY_INTERFACE_MTU_CHANGED,
+ NOTIFY_INTERFACE_IPSEC_CHANGED,
NOTIFY_VC_IPSEC_CHANGED,
NOTIFY_VC_IPSEC_UPDATE_NBMA,