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