Re: constant for empty prefix set

2022-02-22 Thread Ondrej Zajicek
On Tue, Feb 22, 2022 at 08:18:35PM +0100, Alexander Zubkov wrote: > Adding new pathches (v2 - full patch, v1-v2 - incremental from previous): > > 1) Modified as_path_filter function - added additional parameter to > choose between using set or key parameter. Now empty set does not work > like a ze

Re: constant for empty prefix set

2022-02-22 Thread Alexander Zubkov
Adding new pathches (v2 - full patch, v1-v2 - incremental from previous): 1) Modified as_path_filter function - added additional parameter to choose between using set or key parameter. Now empty set does not work like a zero integer constant. Also thought about passing one struct f_val parameter i

Re: 2.0.9 protocol babel issue

2022-02-22 Thread Aihui Sun
ip link add dev gz-hk type wireguard wg setconf gz-hk /etc/wireguardconf/gz-hk.conf ip link set gz-hk up ip addr add fdc8:dc88:ee11:213::192/128 peer fdc8:dc88:ee11:192::213/128 dev gz-hk ip addr add 169.254.213.192/32 peer 169.254.192.213/32 dev gz-hk ip addr add fe80::3088:213/64 dev gz-hk     -

Re: 2.0.9 protocol babel issue

2022-02-22 Thread Maria Matejka
Hello! As far as I can test in my local wireguard configuration, it works for me. How does your wireguard configuration look like? Maria On 2/22/22 7:20 AM, admin wrote: Hi,there! I upgraded Bird to 2.0.9, but the Babel protocol could not find neighbors. my interface link is wireguard VPN.