mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00

Add the "debug bgp linkstate" command to display incoming link-states prefixes. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
12 lines
249 B
C
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 */
|