babeld: add command: "show_babel_running_config".
diff --git a/babeld/babeld.h b/babeld/babeld.h
index 87b4de7..29bc5e8 100644
--- a/babeld/babeld.h
+++ b/babeld/babeld.h
@@ -41,6 +41,7 @@
#define BABEL_BABELD_H
#include <zebra.h>
+#include "vty.h"
#define INFINITY ((unsigned short)(~0))
@@ -131,6 +132,7 @@
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 */