]> git.proxmox.com Git - mirror_frr.git/blame - isisd/isis_bfd.h
Merge pull request #11299 from taspelund/update-svi-macip
[mirror_frr.git] / isisd / isis_bfd.h
CommitLineData
52df8228
CF
1/*
2 * IS-IS Rout(e)ing protocol - BFD support
52df8228
CF
3 * Copyright (C) 2018 Christian Franke
4 *
d04f9fbf
CF
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the Free
7 * Software Foundation; either version 2 of the License, or (at your option)
8 * any later version.
52df8228 9 *
d04f9fbf
CF
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
52df8228
CF
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; see the file COPYING; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19#ifndef ISIS_BFD_H
20#define ISIS_BFD_H
21
215eccb0 22struct isis_circuit;
13bf3830 23struct thread_master;
215eccb0 24
13bf3830
IR
25void isis_bfd_circuit_cmd(struct isis_circuit *circuit);
26void isis_bfd_init(struct thread_master *tm);
52df8228
CF
27
28#endif
29