<div dir="ltr">Hello,<div>I'm running bird 2.0.2 on centOS</div><div><br></div><div>I've configured 2 virtual interfaces (eth1:1 and lo:1)</div><div><br></div><div>When I run show protocol I don't see them. Are virtual interfaces supported by bird?</div><div>I need it in order to advertise by BGP lo:1</div><div><br></div><div>R</div><div><br></div><div><div>---------------------------------------</div><div># ifconfig</div><div>eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500</div><div>        inet 163.162.230.198  netmask 255.255.255.240  broadcast 163.162.230.207</div><div>        inet6 fe80::2e:a6ff:fe66:5a27  prefixlen 64  scopeid 0x20<link></div><div>        ether 02:2e:a6:66:5a:27  txqueuelen 1000  (Ethernet)</div><div>        RX packets 14271  bytes 996507 (973.1 KiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 2746  bytes 314846 (307.4 KiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500</div><div>        inet 192.168.200.8  netmask 255.255.255.0  broadcast 192.168.200.255</div><div>        inet6 fe80::9034:56ff:feee:eeee  prefixlen 64  scopeid 0x20<link></div><div>        ether 92:34:56:ee:ee:ee  txqueuelen 1000  (Ethernet)</div><div>        RX packets 16109  bytes 1066648 (1.0 MiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 7805  bytes 514801 (502.7 KiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>eth1:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500</div><div>        inet 10.10.10.10  netmask 255.255.255.255  broadcast 10.255.255.255</div><div>        ether 92:34:56:ee:ee:ee  txqueuelen 1000  (Ethernet)</div><div><br></div><div>lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536</div><div>        inet 127.0.0.1  netmask 255.0.0.0</div><div>        inet6 ::1  prefixlen 128  scopeid 0x10<host></div><div>        loop  txqueuelen 1  (Local Loopback)</div><div>        RX packets 6  bytes 416 (416.0 B)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 6  bytes 416 (416.0 B)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>lo:1: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536</div><div>        inet 163.162.35.89  netmask 255.255.255.255</div><div>        loop  txqueuelen 1  (Local Loopback)</div><div><br></div><div>---------------------------------------</div><div># birdc show interfaces</div><div>BIRD 2.0.2 ready.</div><div>lo up (index=1)</div><div>        MultiAccess AdminUp LinkUp Loopback Ignored MTU=65536</div><div>        <a href="http://127.0.0.1/8">127.0.0.1/8</a> (Preferred, scope host)</div><div>        <a href="http://163.162.35.89/32">163.162.35.89/32</a> (scope univ)</div><div>        ::1/128 (Preferred, scope host)</div><div>eth0 up (index=2)</div><div>        MultiAccess Broadcast Multicast AdminUp LinkUp MTU=1500</div><div>        <a href="http://163.162.230.198/28">163.162.230.198/28</a> (Preferred, scope univ)</div><div>        fe80::2e:a6ff:fe66:5a27/64 (Preferred, scope link)</div><div>eth1 up (index=3)</div><div>        MultiAccess Broadcast Multicast AdminUp LinkUp MTU=1500</div><div>        <a href="http://192.168.200.8/24">192.168.200.8/24</a> (Preferred, scope site)</div><div>        <a href="http://10.10.10.10/32">10.10.10.10/32</a> (scope site)</div><div>        fe80::9034:56ff:feee:eeee/64 (Preferred, scope link)</div></div><div><br></div><div>Rr</div></div>