diff options
author | Manoj Naragund <mnaragund@vmware.com> | 2022-08-26 09:58:37 +0200 |
---|---|---|
committer | Manoj Naragund <mnaragund@vmware.com> | 2022-09-01 08:10:09 +0200 |
commit | b345a3d9b49e9921863f93ba2ee5ed9b43763294 (patch) | |
tree | 93adc0a0f122697bae01b3cc3ff93349de512c42 /ospfd/ospf_lsa.h | |
parent | Merge pull request #11860 from opensourcerouting/fix/evpn_cli_json (diff) | |
download | frr-b345a3d9b49e9921863f93ba2ee5ed9b43763294.tar.xz frr-b345a3d9b49e9921863f93ba2ee5ed9b43763294.zip |
ospfd: Added clis to change default timers for LSA refresh and maxage remove delay.
Description:
Added hidden clis that will allow you to reset the default timers
for LSA refresh and LSA maxage remove delay, these will help in testing
LSA refresh scenarios in upcoming OSPFv2 Flood reduction feature(rfc4136).
IETF Link : https://datatracker.ietf.org/doc/html/rfc4136
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
Diffstat (limited to 'ospfd/ospf_lsa.h')
-rw-r--r-- | ospfd/ospf_lsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h index 4b3be1538..97c15d1e3 100644 --- a/ospfd/ospf_lsa.h +++ b/ospfd/ospf_lsa.h @@ -354,4 +354,5 @@ extern void ospf_check_and_gen_init_seq_lsa(struct ospf_interface *oi, struct ospf_lsa *lsa); extern void ospf_flush_lsa_from_area(struct ospf *ospf, struct in_addr area_id, int type); +extern void ospf_maxage_lsa_remover(struct thread *thread); #endif /* _ZEBRA_OSPF_LSA_H */ |