]> git.proxmox.com Git - mirror_frr.git/blob - zebra/misc_null.c
b125becdc988733e7fcec051e76d7d3c02f10f89
[mirror_frr.git] / zebra / misc_null.c
1 /*
2 * Copyright (C) 2006 Sun Microsystems, Inc.
3 *
4 * This file is part of Quagga.
5 *
6 * Quagga is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any
9 * later version.
10 *
11 * Quagga is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; see the file COPYING; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include <zebra.h>
22
23 #include "prefix.h"
24 #include "zebra/rtadv.h"
25 #include "zebra/irdp.h"
26 #include "zebra/interface.h"
27
28 void rtadv_config_write (struct vty *vty, struct interface *ifp) { return; }
29 void irdp_config_write (struct vty *vty, struct interface *ifp) { return; }
30 #ifdef HAVE_PROC_NET_DEV
31 void ifstat_update_proc (void) { return; }
32 #endif
33 #ifdef HAVE_NET_RT_IFLIST
34 void ifstat_update_sysctl (void) { return; }
35 #endif