]> git.proxmox.com Git - mirror_frr.git/blob - babeld/babel_zebra.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / babeld / babel_zebra.h
1 // SPDX-License-Identifier: MIT
2 /*
3 Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
4 */
5
6 #ifndef BABEL_ZEBRA_H
7 #define BABEL_ZEBRA_H
8
9 #include "vty.h"
10
11 extern struct zclient *zclient;
12
13 void babelz_zebra_init(void);
14 void babel_zebra_close_connexion(void);
15 extern int debug_babel_config_write (struct vty *);
16
17 #endif