]> git.proxmox.com Git - mirror_frr.git/blob - eigrpd/eigrp_fsm.h
topotests: RIP BFD integration topology test
[mirror_frr.git] / eigrpd / eigrp_fsm.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * EIGRP Finite State Machine (DUAL).
4 * Copyright (C) 2013-2014
5 * Authors:
6 * Donnie Savage
7 * Jan Janovic
8 * Matej Perina
9 * Peter Orsag
10 * Peter Paluch
11 */
12
13 #ifndef _ZEBRA_EIGRP_FSM_H
14 #define _ZEBRA_EIGRP_FSM_H
15
16 extern int eigrp_fsm_event(struct eigrp_fsm_action_message *msg);
17
18
19 #endif /* _ZEBRA_EIGRP_DUAL_H */