]> git.ipfire.org Git - thirdparty/bird.git/commit
Allows rejected routes to be kept and examined.
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 10 Nov 2012 13:26:13 +0000 (14:26 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 10 Nov 2012 13:26:13 +0000 (14:26 +0100)
commitcf98be7b6743e45dde9e0458664cc0762bf08867
tree5da3a2cadf1b13bb9c8495b7d82f006ea39fcbf5
parentdd4da6f640fb581cbd7d1ca537bf382558492b8e
Allows rejected routes to be kept and examined.

When 'import keep rejected' protocol option is activated, routes
rejected by the import filter are kept in the routing table, but they
are hidden and not propagated to other protocols. It is possible to
examine them using 'show route rejected'.
doc/bird.sgml
nest/config.Y
nest/proto.c
nest/protocol.h
nest/route.h
nest/rt-table.c
proto/bgp/attrs.c
proto/bgp/bgp.c
sysdep/unix/krt.c