]> git.proxmox.com Git - mirror_frr.git/blame - staticd/static_vty.h
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / staticd / static_vty.h
CommitLineData
7e24fdf3
DS
1/*
2 * STATICd - vty header
3 * Copyright (C) 2018 Cumulus Networks, Inc.
4 * Donald Sharp
8d5cbee9
DS
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the Free
7 * Software Foundation; either version 2 of the License, or (at your option)
8 * any later version.
7e24fdf3 9 *
8d5cbee9
DS
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
7e24fdf3
DS
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; see the file COPYING; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19#ifndef __STATIC_VTY_H__
20#define __STATIC_VTY_H__
21
22void static_config_install_delayed_routes(struct static_vrf *svrf);
23
24int static_config(struct vty *vty, struct static_vrf *svrf,
25 afi_t afi, safi_t safi, const char *cmd);
26
27void static_vty_init(void);
28#endif