gmazoyer / looking-glass

Easy to deploy Looking Glass
GNU General Public License v3.0
444 stars 137 forks source link

Having difficulty with IPv6 BIRD router commands #144

Closed strahinjalalic closed 3 years ago

strahinjalalic commented 3 years ago

When I try to send request either for BGP table. regex or ASN for BIRD router i get following output: bash: birdc6: command not found

Am I missing some settings for IPv6?

gmazoyer commented 3 years ago

If you are using BIRD 2.0 birdc6 does not exist anymore. The quick and dirty fix is to created a symlink birdc6 pointing to birdc. But this should be fixed in the looking glass too by knowing the BIRD version.

strahinjalalic commented 3 years ago

I managed to solve that, thanks.