diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:14:27 +0200 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:15:28 +0200 | 
| commit | cfd01fc0ac9685522eb369c46f0810e9ddbb9303 (patch) | |
| tree | 30d12528bda771441a211a6b312496a18cc47e71 /bgpd/bgp_fsm.h | |
| parent | 405e1c848faf6dd96d6f16fdbd33c7e6d5a6fcfa (diff) | |
Revert "bgpd: optimal router reflection cli and fsm changes"
This reverts commit 70cd87ca02125616e9f61f97ab504248c935bd83.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_fsm.h')
| -rw-r--r-- | bgpd/bgp_fsm.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_fsm.h b/bgpd/bgp_fsm.h index 6418e15b9a..a6e90612af 100644 --- a/bgpd/bgp_fsm.h +++ b/bgpd/bgp_fsm.h @@ -176,6 +176,4 @@ const char *print_peer_gr_cmd(enum peer_gr_command pr_gr_cmd);  const char *print_global_gr_mode(enum global_mode gl_mode);  const char *print_global_gr_cmd(enum global_gr_command gl_gr_cmd);  int bgp_peer_reg_with_nht(struct peer *peer); - -extern void bgp_peer_update_orr_active_roots(struct peer *peer);  #endif /* _QUAGGA_BGP_FSM_H */  | 
