blob: 146d864fe4e164d768cd290c1888a8ffa9857f40 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* eigrp - vrf code
* Copyright (C) 2019 Cumulus Networks, Inc.
* Donald Sharp
*/
#ifndef __EIGRP_VRF_H__
extern void eigrp_vrf_init(void);
#endif
|