<div dir="ltr"><div><div><div><div>Hello,<br><br></div><div></div>I configure a VTI interface with 'ip link add vti0 type vti local aa.bb.cc.dd remote <a href="http://aa.bb.cc.de">aa.bb.cc.de</a>'<br><br># bird --version<br>BIRD version 1.6.4<br><br># ifconfig vti0<br>vti0      Link encap:UNSPEC  HWaddr C0-A8-03-03-00-00-00-00-00-00-00-00-00-00-00-00  <br>          inet6 addr: fe80::5efe:c0a8:303/64 Scope:Link<br>          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1364  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:3 errors:1 dropped:0 overruns:0 carrier:1<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:0 (0.0 B)  TX bytes:252 (252.0 B)<br><br></div><div>I configure bird with a static device route through that interface:<br>...<br>protocol device {<br>  scan time 10;           # Scan interfaces every 10 seconds<br>}<br>protocol direct testD {<br>  interface "*";<br>}<br>protocol static testS{<br>  route <a href="http://10.20.0.0/24">10.20.0.0/24</a> via "vti0";<br>}<br>...<br><br></div>This route is never set unless I configure an IP address on the VTI interface. If I repeat the same steps and use Quagga instead of Bird then route is set. <br><br>Am I missing something in the configuration?<br><br></div>Best regards<br></div>Alexander Velkov<br><div><div><div><br></div></div></div></div>