diff options
author | Gaurav Goyal <gaurav.goyal@4rf.com> | 2021-02-04 04:08:08 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-17 05:03:47 +0100 |
commit | 58ef1668ae45613dae36ca2e11a717236a3e4399 (patch) | |
tree | 9e1def5a14b9643c30335803757442be2ad5243b /nhrpd/nhrpd.h | |
parent | nhrpd: Make comments clearer, fix style issues (diff) | |
download | frr-58ef1668ae45613dae36ca2e11a717236a3e4399.tar.xz frr-58ef1668ae45613dae36ca2e11a717236a3e4399.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 66ca1eabf..365546315 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, |