26 Jul
2012
26 Jul
'12
1:32 p.m.
On 26.07.2012 16:39, Ondrej Zajicek wrote:
On Thu, Jul 26, 2012 at 12:45:33PM +0400, Alexander V. Chernikov wrote:
I've translated part of our internal wiki page, regarding bird: http://bird.mpls.in/projects/mpls-bird/wiki/Bird_cheatsheet
If you agree, i would copy CLI cheatsheet to BIRD wiki. Of course.
Note that there is one error in the cheatsheet:
You cannot filter routes by protocol name.
That could be done, e.g.: proto = "ospf1" proto ~ "ospf*"
Also note that the condition for checking OSPF routes could be easily expressed (without case) by: source ~ [RTS_OSPF..RTS_OSPF_EXT2] Even simpler, thanks!