diff options
| author | Gaurav Goyal <gaurav.goyal@4rf.com> | 2021-02-04 16:08:08 +1300 |
|---|---|---|
| committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-17 17:03:47 +1300 |
| commit | 58ef1668ae45613dae36ca2e11a717236a3e4399 (patch) | |
| tree | 9e1def5a14b9643c30335803757442be2ad5243b /nhrpd/nhrpd.h | |
| parent | 74e5ba3a3f9d50e946095df07cfdeb9e67d1a78b (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.h | 1 |
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, |
