]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_netns_id.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / zebra_netns_id.h
1 /* zebra NETNS ID handling routines
2 * Copyright (C) 2018 6WIND
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the Free
6 * Software Foundation; either version 2 of the License, or (at your option)
7 * any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; see the file COPYING; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18 #if !defined(__ZEBRA_NS_ID_H__)
19 #define __ZEBRA_NS_ID_H__
20 #include "zebra.h"
21 #include "ns.h"
22
23 extern ns_id_t zebra_ns_id_get(const char *netnspath);
24 extern ns_id_t zebra_ns_id_get_default(void);
25
26 #endif /* __ZEBRA_NS_ID_H__ */