summaryrefslogtreecommitdiff
path: root/babeld/babel_zebra.h
blob: 0455bad7e1b8a52b3ff73b70035e0e1ede392529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: MIT
/*
Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
*/

#ifndef BABEL_ZEBRA_H
#define BABEL_ZEBRA_H

#include "vty.h"

extern struct zclient *babel_zclient;

void babelz_zebra_init(void);
void babel_zebra_close_connexion(void);
extern int debug_babel_config_write (struct vty *);

#endif