<div><font><span style="font-family: "lucida Grande", Verdana;">ip link add dev gz-hk type wireguard</span><br style="font-family: "lucida Grande", Verdana;"><span style="font-family: "lucida Grande", Verdana;">wg setconf gz-hk /etc/wireguardconf/gz-hk.conf</span><br style="font-family: "lucida Grande", Verdana;"><span style="font-family: "lucida Grande", Verdana;">ip link set gz-hk up</span><br style="font-family: "lucida Grande", Verdana;"><span style="font-family: "lucida Grande", Verdana;">ip addr add fdc8:dc88:ee11:213::192/128 peer fdc8:dc88:ee11:192::213/128 dev gz-hk</span><br style="font-family: "lucida Grande", Verdana;"><span style="font-family: "lucida Grande", Verdana;">ip addr add 169.254.213.192/32 peer 169.254.192.213/32 dev gz-hk</span><br style="font-family: "lucida Grande", Verdana;"><span style="font-family: "lucida Grande", Verdana;">ip addr add fe80::3088:213/64 dev gz-hk</span></font></div><div><includetail><div> </div><div> </div><div style="font:Verdana normal 14px;color:#000;"><div style="FONT-SIZE: 12px;FONT-FAMILY: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="FONT-SIZE: 12px;background:#efefef;padding:8px;"><div id="menu_sender"><b>From: </b> "Maria Matejka"<maria.matejka@nic.cz>;</div><div><b>Date: </b> Tue, Feb 22, 2022 09:16 PM</div><div><b>To: </b> "bird-users"<bird-users@network.cz>; <wbr></div><div></div><div><b>Subject: </b> Re: 2.0.9 protocol babel issue</div></div><div> </div><div style="position:relative;"><div id="tmpcontent_res"></div>Hello!<br><br>As far as I can test in my local wireguard configuration, it works for <br>me. How does your wireguard configuration look like?<br><br>Maria<br><br>On 2/22/22 7:20 AM, admin wrote:<br>> Hi,there!<br>> I upgraded Bird to 2.0.9, but the Babel protocol could not find neighbors. my interface link is wireguard VPN. how to solve this problem?<br>> thank you!<br>> <br>> this is my configuration,bird 2.0.8 is work.<br>> protocol babel {<br>>         ipv4 {<br>>                  export where (source = RTS_DEVICE) || (source = RTS_BABEL);<br>>          };<br>>          ipv6 {<br>>                  export where (source = RTS_DEVICE) || (source = RTS_BABEL);<br>>          };<br>>          interface "gz-*";<br>> }<br>> <br></div></div><!--<![endif]--></includetail></div>