Searched refs:bgp_damp_cfg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c38 struct bgp_damp_config bgp_damp_cfg; variable in typeref:struct:bgp_damp_config
39 struct bgp_damp_config *damp = &bgp_damp_cfg;
522 bgp_damp_config_clean (&bgp_damp_cfg);
531 if (&bgp_damp_cfg)
533 if (bgp_damp_cfg.half_life == DEFAULT_HALF_LIFE*60
534 && bgp_damp_cfg.reuse_limit == DEFAULT_REUSE
535 && bgp_damp_cfg.suppress_value == DEFAULT_SUPPRESS
536 && bgp_damp_cfg.max_suppress_time == bgp_damp_cfg.half_life*4)
538 else if (bgp_damp_cfg
[all...]

Completed in 66 milliseconds