]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_netns_id.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / zebra / zebra_netns_id.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* zebra NETNS ID handling routines
3 * Copyright (C) 2018 6WIND
4 */
5 #if !defined(__ZEBRA_NS_ID_H__)
6 #define __ZEBRA_NS_ID_H__
7 #include "zebra.h"
8 #include "ns.h"
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 extern ns_id_t zebra_ns_id_get(const char *netnspath, int fd);
15 extern ns_id_t zebra_ns_id_get_default(void);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* __ZEBRA_NS_ID_H__ */