Error after I add RTS_OSPF_EXT in filter

2010-07-14 Thread Владислав Гришин
I change filter from filter import_exclude_default { if ( source != RTS_BGP && net != 0.0.0.0/0 ) then { print "net accepted:", net; ospf_metric1 = 60; accept; } reject; } to filter import_exclude_default { if ( source = RTS_OSPF_INT && net != 0.0.0.0/0

Re: Error after I add RTS_OSPF_EXT in filter

2010-07-14 Thread Ondrej Zajicek
On Wed, Jul 14, 2010 at 04:41:12PM +0400, ? ?? wrote: > > filter import_exclude_default { > if ( source = RTS_OSPF_INT && net != 0.0.0.0/0 ) then { ... > what protocol has told me about this route. Possible values: RTS_DUMMY, > RTS_STATIC, RTS_INHERIT, RTS_DEVICE, RTS_STATIC_DEVI

RE: Error after I add RTS_OSPF_EXT in filter

2010-07-14 Thread Владислав Гришин
Ok. I have changed filter. Now he is if ( source = RTS_OSPF_EXT && net != 0.0.0.0/0 ) bird> configure soft Reading configuration from /etc/bird.conf /etc/bird.conf, line 167: RTS_OSPF_EXT: variable expected. bird> bird> Error again. I have checked all from possible values: RTS_DUMMY, RTS_

Re: Error after I add RTS_OSPF_EXT in filter

2010-07-14 Thread Ondrej Zajicek
On Wed, Jul 14, 2010 at 05:39:12PM +0400, ? ?? wrote: > > Ok. > > I have changed filter. Now he is > > if ( source = RTS_OSPF_EXT && net != 0.0.0.0/0 ) > > > > bird> configure soft > Reading configuration from /etc/bird.conf > /etc/bird.conf, line 167: RTS_OSPF_EXT: variable expe