summaryrefslogtreecommitdiff
path: root/babeld/babeld.c
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/babeld.c')
-rw-r--r--babeld/babeld.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c
index 3dc35b5d..9f2ab5d9 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -764,3 +764,10 @@ redistribute_filter(const unsigned char *prefix, unsigned short plen,
return babel_filter_redistribute(&p, NULL);
}
+
+void
+show_babeld_configuration (struct vty *vty)
+{
+ vty_out(vty, "babeld running process %s.%s",
+ babel_routing_process ? "enable" : "disable", VTY_NEWLINE);
+}