]> git.proxmox.com Git - mirror_frr.git/blame - zebra/zebra_netns_notify.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / zebra / zebra_netns_notify.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
e27dec3c
PG
2/*
3 * Zebra NS collector and notifier for Network NameSpaces
4 * Copyright (C) 2017 6WIND
e27dec3c
PG
5 */
6
7#ifndef _NETNS_NOTIFY_H
8#define _NETNS_NOTIFY_H
9
51e94aa7
EDP
10#ifdef __cplusplus
11extern "C" {
12#endif
13
e27dec3c
PG
14extern void zebra_ns_notify_init(void);
15extern void zebra_ns_notify_parse(void);
16extern void zebra_ns_notify_close(void);
17
18extern struct zebra_privs_t zserv_privs;
19
51e94aa7
EDP
20#ifdef __cplusplus
21}
22#endif
23
e27dec3c 24#endif /* NETNS_NOTIFY_H */