File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / zebra_fpm.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:54:41 2013 UTC (10 years, 11 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, HEAD
0.99.22

    1: /*
    2:  * Header file exported by the zebra FPM module to zebra.
    3:  *
    4:  * Copyright (C) 2012 by Open Source Routing.
    5:  * Copyright (C) 2012 by Internet Systems Consortium, Inc. ("ISC")
    6:  *
    7:  * This file is part of GNU Zebra.
    8:  *
    9:  * GNU Zebra is free software; you can redistribute it and/or modify it
   10:  * under the terms of the GNU General Public License as published by
   11:  * the Free Software Foundation; either version 2, or (at your option)
   12:  * any later version.
   13:  *
   14:  * GNU Zebra 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
   20:  * along with GNU Zebra; see the file COPYING.  If not, write to the
   21:  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   22:  * Boston, MA 02111-1307, USA.
   23:  */
   24: 
   25: #ifndef _ZEBRA_FPM_H
   26: #define _ZEBRA_FPM_H
   27: 
   28: /*
   29:  * Externs.
   30:  */
   31: extern int zfpm_init (struct thread_master *master, int enable, uint16_t port);
   32: extern void zfpm_trigger_update (struct route_node *rn, const char *reason);
   33: 
   34: #endif /* _ZEBRA_FPM_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>