mirror_frr/bgpd/bgp_linkstate_vty.h
Louis Scalbert de38eada9c bgpd: add linkstate debug
Add the "debug bgp linkstate" command to display incoming link-states
prefixes.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
2023-09-18 15:06:17 +02:00

12 lines
249 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/* BGP Link-State VTY header
* Copyright 2023 6WIND S.A.
*/
#ifndef _FRR_BGP_LINKSTATE_VTY_H
#define _FRR_BGP_LINKSTATE_VTY_H
void bgp_linkstate_vty_init(void);
#endif /* _FRR_BGP_LINKSTATE_VTY_H */