]> git.proxmox.com Git - mirror_frr.git/blob - eigrpd/eigrp_yang.h
tools: improve explanation of 'wrap' options
[mirror_frr.git] / eigrpd / eigrp_yang.h
1 /*
2 * EIGRP YANG Functions.
3 * Copyright (C) 2019
4 * Authors:
5 * Donnie Savage
6 *
7 * This file is part of FRR.
8 *
9 * FRR is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2, or (at your option) any
12 * later version.
13 *
14 * FRR is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with this program; see the file COPYING; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 */
23
24 #ifndef _EIGRP_YANG_H_
25 #define _EIGRP_YANG_H_
26
27 /*Prototypes*/
28
29 /* eigrp_northbound.c */
30 extern const struct frr_yang_module_info frr_eigrpd_info;
31
32 #endif /*EIGRP_YANG_H_ */