]> git.proxmox.com Git - mirror_frr.git/blob - isisd/isis_bfd.h
mgmtd: fix cleanup of cleanup in FE adapter code
[mirror_frr.git] / isisd / isis_bfd.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * IS-IS Rout(e)ing protocol - BFD support
4 * Copyright (C) 2018 Christian Franke
5 */
6 #ifndef ISIS_BFD_H
7 #define ISIS_BFD_H
8
9 struct isis_circuit;
10 struct event_loop;
11
12 void isis_bfd_circuit_cmd(struct isis_circuit *circuit);
13 void isis_bfd_init(struct event_loop *tm);
14
15 #endif
16