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
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
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
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