From 33fb6a5dbf1e8c9da5a5b22e7541903f348952e1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 3 May 2020 00:24:18 +0200 Subject: [PATCH] add MRT dumps --- protocols/mrt.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 protocols/mrt.conf diff --git a/protocols/mrt.conf b/protocols/mrt.conf new file mode 100644 index 0000000..2b34070 --- /dev/null +++ b/protocols/mrt.conf @@ -0,0 +1,10 @@ +protocol mrt { + description "MRT Dumper"; + + table "dn42_grc_*"; + where source = RTS_BGP; + filename "/mnt/mrt/bird/today/rib_%N_%F_%T.mrt"; + period 300; + + disabled yes; +}