]> git.proxmox.com Git - mirror_frr.git/blob - eigrpd/eigrp_vrf.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / eigrpd / eigrp_vrf.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * eigrp - vrf code
4 * Copyright (C) 2019 Cumulus Networks, Inc.
5 * Donald Sharp
6 */
7 #ifndef __EIGRP_VRF_H__
8
9 extern void eigrp_vrf_init(void);
10 #endif