From e29fa06ece1bf9f9a47f224db797df940556136e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 14 Nov 2008 14:50:37 +0100 Subject: 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/bird.sgml') diff --git a/doc/bird.sgml b/doc/bird.sgml index 6622c1a..3ccbd5e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -544,7 +544,8 @@ incompatible with each other (that is to prevent you from shooting in the foot).

The filter language supports common integer operators (+,-,*,/), parentheses defined( attribute ) operator. Next hop packets routed using this route should be forwarded to. + + The name of the protocol which the route has been imported from. Read-only. + what protocol has told me about this route. Possible values: