]> git.ipfire.org Git - thirdparty/bird.git/commit
New read-only route attribute 'proto' added. It returns a string
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 14 Nov 2008 13:50:37 +0000 (14:50 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 14 Nov 2008 13:50:37 +0000 (14:50 +0100)
commite29fa06ece1bf9f9a47f224db797df940556136e
tree10775979f654be43a67c072e225879d3f42973d9
parentaebe06b40ce730a88cc8a3121be1944b3ddf5765
New read-only route attribute 'proto' added. It returns a string
representing a name of the protocol that originated the route.
Strings can be compared using = or matched using ~. Routes can
be filtered, for example:

show route where proto ~ "bgp1*"
doc/bird.sgml
filter/config.Y
filter/filter.c