My bad, I’ve looked again at the 1.6.x conf I have, which has
"192.168.60.0/24{32,32}" instead of "192.168.60.0/24”. I fixed the 2.0.x conf
and it now works.
Thank you again,
Carlo
> On 27 Jun 2018, at 16:36, Carlo Rengo wrote:
>
> Using "[ 192.168.60.0/2
~ 192.168.60.0/24 ;”), on Bird 2.0.x.
Why do my networks get filtered out then?
Thanks,
Carlo
> On 27 Jun 2018, at 16:20, Ondrej Zajicek wrote:
>
> On Wed, Jun 27, 2018 at 04:11:17PM +0200, Carlo Rengo wrote:
>> My bad, I’ve posted the log outputs in the opposite order. The fi
My bad, I’ve posted the log outputs in the opposite order. The first output is
referred to the second configuration (the one that makes us of the array).
Thanks,
Carlo
> On 27 Jun 2018, at 15:50, Carlo Rengo wrote:
>
> Hi,
> I'm testing BIRD 2 (version 2.0.2) but I am havi
Hi,
I'm testing BIRD 2 (version 2.0.2) but I am having issue with the new syntax.
More specifically, with arrays. This is a snippet of my configuration:
protocol direct direct1 {
interface "lo";
debug all;
ipv4 {
import where net ~ 192.168.60.0/24 ;
export none;
};