bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
283 stars 44 forks source link

MP-BGP support in Daemon #217

Open awlx opened 5 years ago

awlx commented 5 years ago

Currently the daemon does not support MP-BGP thus sessions with exabgp and the like are not exchanging routes.

11:44:22 | 50889  | outgoing-1    | --------------------------------------------------------------------
11:44:22 | 50889  | outgoing-1    | the connection can not carry the following family/families
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/multicast
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for bgp-ls/bgp-ls
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/flow-vpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for bgp-ls/bgp-ls-vpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for l2vpn/evpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/rtc
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/nlri-mpls
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/unicast
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/flow
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/mpls-vpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/unicast
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/flow-vpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for l2vpn/vpls
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/multicast
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv4/mpls-vpn
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/nlri-mpls
11:44:22 | 50889  | outgoing-1    |  - peer is not configured for ipv6/flow
11:44:22 | 50889  | outgoing-1    | therefore no routes of this kind can be announced on the connection
11:44:22 | 50889  | outgoing-1    | --------------------------------------------------------------------
ahmedsharif865 commented 5 years ago

Is someone still working on this issue?