File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / isisd / isis_zebra.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 5 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_22p0, v0_99_22, v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

    1: /*
    2:  * IS-IS Rout(e)ing protocol - isis_zebra.h   
    3:  *
    4:  * Copyright (C) 2001,2002   Sampo Saaristo
    5:  *                           Tampere University of Technology      
    6:  *                           Institute of Communications Engineering
    7:  *
    8:  * This program is free software; you can redistribute it and/or modify it 
    9:  * under the terms of the GNU General Public Licenseas published by the Free 
   10:  * Software Foundation; either version 2 of the License, or (at your option) 
   11:  * any later version.
   12:  *
   13:  * This program is distributed in the hope that it will be useful,but WITHOUT 
   14:  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
   15:  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
   16:  * more details.
   17: 
   18:  * You should have received a copy of the GNU General Public License along 
   19:  * with this program; if not, write to the Free Software Foundation, Inc., 
   20:  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   21:  */
   22: #ifndef _ZEBRA_ISIS_ZEBRA_H
   23: #define _ZEBRA_ISIS_ZEBRA_H
   24: 
   25: extern struct zclient *zclient;
   26: 
   27: void isis_zebra_init (void);
   28: void isis_zebra_route_update (struct prefix *prefix,
   29: 			      struct isis_route_info *route_info);
   30: int isis_distribute_list_update (int routetype);
   31: 
   32: #endif /* _ZEBRA_ISIS_ZEBRA_H */

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