2 * IS-IS Rout(e)ing protocol - topology/spgrid.h
3 Routines for manipulation of SSN and SRM flags
4 * Copyright (C) 2001 Sampo Saaristo, Ofer Wald
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public Licenseas published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
11 * This program is distributed in the hope that it will be useful,but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 * SPLIB Copyright C 1994 by Cherkassky, Goldberg, and Radzik
26 #ifndef _ZEBRA_ISIS_TOPOLOGY_SPGRID_H
27 #define _ZEBRA_ISIS_TOPOLOGY_SPGRID_H
35 int gen_spgrid_topology (struct vty *vty, struct list *topology);
36 int spgrid_check_params (struct vty *vty, int argc, const char **argv);
39 #endif /* _ZEBRA_ISIS_TOPOLOGY_SPGRID_H */