rwestphal / quagga-ldpd

OpenBSD's ldpd(8) port to Quagga
GNU General Public License v2.0
27 stars 7 forks source link

SPECIAL ATTENTION! The Quagga 1.2.0 found a bug. #6

Open ne-vlezay80 opened 7 years ago

ne-vlezay80 commented 7 years ago

BGPD not send ipv6 routes Zebra daemon. In this extremely rokomenduyu to update Yes Nanna version. `root@servl:~# vtysh -c "sh ipv6 bgp" BGP table version is 0, local router ID is 91.219.5.247 Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path > ::/0 :: 0 32768 i > 2001:470:78b7::/54 :: 0 32768 i > 2a01:d0:c353::/50 :: 0 32768 i 2a01:d0:c353:fd::/64 fd00:1002:1288:fd::1 0 0 65503 i 2a01:d0:c353:170::/60 fd00:1002:1289:10::4 0 65301 i > fd00:1002:1288::/48 :: 0 32768 i *> fd00:1002:1289::/48 :: 0 32768 i

Displayed 7 out of 7 total prefixes`

root@servl:~# vtysh -c "sh ipv6 route" Codes: K - kernel route, C - connected, S - static, R - RIPng, O - OSPFv6, I - IS-IS, B - BGP, A - Babel, N - NHRP,

  • selected route, * - FIB route

S> ::/0 [1/0] via fd00:1002:1288:fd::1, tun0 C> ::1/128 is directly connected, lo S> 2001:470:78b7::/54 [1/0] is directly connected, lo S> 2001:470:c3de::/48 [1/0] is directly connected, lo S> 2001:470:c3de:80::2/128 [1/0] is directly connected, etherlan0 inactive

rwestphal commented 7 years ago

Hi @ne-vlezay80,

This repository is no longer being maintained.

Please check FreeRangeRouting, the new fork of Quagga: https://github.com/freerangerouting/frr

Cheers.