commit | 66bed4f4f0235c1eb6edb0a2f6bd4aaf47e5a7f8 | [log] [tgz] |
---|---|---|
author | Michael Lambert <lambert@psc.edu> | Tue Jul 28 11:26:14 2009 -0400 |
committer | Paul Jakma <paul@quagga.net> | Thu Jul 30 15:55:14 2009 +0100 |
tree | 17488e5dc6eb4cc575f2aa006bfd87ec9c815222 | |
parent | 3de4277ba9b25ff03710d7c004bf708accffd5c7 [diff] |
bgpd: Workaround for invalid MBGP next hop * bgp_attr.c: (bgp_mp_reach_parse) There are some interoperability issues for MBGP (particularly IPv4 multicast NLRI) between different implementations. In order to get some next hops to install correctly in the BGP tables, it appears to be necessary to copy the multiprotocol next hop into the base next hop field. This is related to differences in RFC 2283 and RFC 2858.