]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_open.c
[bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes
authorPaul Jakma <paul.jakma@sun.com>
Tue, 18 Sep 2007 12:11:26 +0000 (12:11 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 18 Sep 2007 12:11:26 +0000 (12:11 +0000)
commite08286bcf8a73d1922b0464bef52c1b27eda7c43
tree8b590fbc547455b133deab93b1e43cd532ee2a71
parentfb31c0fea38c863ddcda56f46c36f065340b9e32
[bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes

2007-09-17 Paul Jakma <paul.jakma@sun.com>

* bgp_open.c: (bgp_capability_mp) We were setting
  afc_nego[safi][safi] rather than afc_nego[afi][safi], thus
  failling to announce any non-IPv4 prefixes. Remove the extra,
  typo-ed character.
* bgp_capability_test.c: Test that peer's adv_recv and adv_nego get
  set correctly for MP capability and given AFI/SAFI.
  Colour OK/failed result so it's easier to find them.
bgpd/ChangeLog
bgpd/bgp_open.c
tests/ChangeLog
tests/bgp_capability_test.c