]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_nhg.h
zebra: Move nexthop_active_XXX functions to zebra_nhg.c
[mirror_frr.git] / zebra / zebra_nhg.h
1 /* Zebra Nexthop Group header.
2 * Copyright (C) 2019 Cumulus Networks, Inc.
3 * Donald Sharp
4 * Stephen Worley
5 *
6 * This file is part of FRR.
7 *
8 * FRR is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2, or (at your option) any
11 * later version.
12 *
13 * FRR is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with FRR; see the file COPYING. If not, write to the Free
20 * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21 * 02111-1307, USA.
22 */
23 #ifndef __ZEBRA_NHG_H__
24 #define __ZEBRA_NHG_H__
25
26 #include "zebra/rib.h"
27
28 extern int nexthop_active_update(struct route_node *rn, struct route_entry *re);
29 #endif