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; +}