0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/conf
Pavel Tvrdík 6702b7ad74 Integrate MRT Table Dump (RFC 6396) into BIRD
Asynchronous periodic mrt table dumps of routes configuration in bird.conf:
mrtdump routes {
  [ filename "<format>"; ]
  [ table <name>|"<wildcard name>"; ]
  [ period <num>; ]
  [ filter <filter>|where <condition>; ]
}

Synchronous mrt table dumps of routes in BIRD client:
mrtdump routes [table <name>|"<wildcard name>"] [to "<filename format>"] [filter <filter>|where <condition>]
2016-01-06 13:28:46 +01:00
..
cf-lex.l Conf: Fixes bug in symbol lookup during reconfiguration 2015-11-09 00:42:02 +01:00
conf.c Integrate MRT Table Dump (RFC 6396) into BIRD 2016-01-06 13:28:46 +01:00
conf.h Integrate MRT Table Dump (RFC 6396) into BIRD 2016-01-06 13:28:46 +01:00
confbase.Y Relax BGP neighbor parameter 2015-02-22 13:50:58 +01:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
Makefile Flex does not need the output of Bison. 2009-08-10 14:36:30 +02:00