RE: filter all prefixes except a few with 'case' control

2016-09-29 Thread Войнович Андрей Александрович
except a few with 'case' control On Thu, Sep 29, 2016 at 07:01:00AM +, Войнович Андрей Александрович wrote: > Construction with single IP addresses passes syntax check, but filter does > not work as expected - it passes all routes and does not filter anything. H 1) Case expr

Re: filter all prefixes except a few with 'case' control

2016-09-29 Thread Ondrej Zajicek
On Thu, Sep 29, 2016 at 07:01:00AM +, Войнович Андрей Александрович wrote: > Construction with single IP addresses passes syntax check, but filter does > not work as expected - it passes all routes and does not filter anything. H 1) Case expression works for most types with exception of pref

RE: filter all prefixes except a few with 'case' control

2016-09-29 Thread Войнович Андрей Александрович
kbkontur.ru<mailto:dc-...@skbkontur.ru> https://www.kontur.ru<https://www.kontur.ru/> From: Василий Олейников [mailto:oleyniko...@ufanet.ru] Sent: Thursday, September 29, 2016 11:45 AM To: Войнович Андрей Александрович Cc: bird-users@network.cz Subject: Re: filter all prefixes except a few wit

Re: filter all prefixes except a few with 'case' control

2016-09-28 Thread Василий Олейников
Title: Re: filter all prefixes except a few with 'case' control It seems, that case doesn't work with prefix, only with single ip As I see, this construct:      case net {          1.1.1.1:accept;          2.2.2.2:accept;          else: reject;      } works fine. Maybe, ROA