summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.h
diff options
context:
space:
mode:
authorMatthieu Boutier <boutier@pps.jussieu.fr>2012-01-19 22:36:56 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 18:06:52 +0200
commitd3351d1ebf99591cf436035bb148e4ae0b351ffc (patch)
treef0e5286ec77fe2bab401343df6ce32e79a7b963b /babeld/babeld.h
parentbabeld: add command: "show_babel_database". (diff)
downloadfrr-d3351d1ebf99591cf436035bb148e4ae0b351ffc.tar.xz
frr-d3351d1ebf99591cf436035bb148e4ae0b351ffc.zip
babeld: add command: "show_babel_running_config".
Diffstat (limited to 'babeld/babeld.h')
-rw-r--r--babeld/babeld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/babeld/babeld.h b/babeld/babeld.h
index 87b4de7b1..29bc5e8fd 100644
--- a/babeld/babeld.h
+++ b/babeld/babeld.h
@@ -41,6 +41,7 @@ THE SOFTWARE.
#define BABEL_BABELD_H
#include <zebra.h>
+#include "vty.h"
#define INFINITY ((unsigned short)(~0))
@@ -131,6 +132,7 @@ extern int redistribute_filter(const unsigned char *prefix, unsigned short plen,
unsigned int ifindex, int proto);
extern int resize_receive_buffer(int size);
extern void schedule_neighbours_check(int msecs, int override);
+extern void show_babeld_configuration (struct vty *vty);
#endif /* BABEL_BABELD_H */