]> git.puffer.fish Git - mirror/frr.git/commit
[bgpd] bug #210: Enable crucial VPNv4 code which was disabled
authorPaul Jakma <paul.jakma@sun.com>
Thu, 4 May 2006 07:52:12 +0000 (07:52 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 4 May 2006 07:52:12 +0000 (07:52 +0000)
commita3b6ea56a0add7d0972a66d96e1fbcf5461eecdb
treea7bb8a005ab41ce30c43dd0fc2fab487c0e5f613
parent5f03f141eced8bad4971fcc6ec7d7a538c227d8c
[bgpd] bug #210: Enable crucial VPNv4 code which was disabled

2006-05-04 Paul Jakma <paul.jakma@sun.com>

* (general) VPNv4 fixes. Certain VPNv4 code was not enabled.
  See bug #210.
* bgp_attr.{c,h}: (bgp_packet_{withdraw,attribute}) Tag should be
  u_char really.
* bgp_packet.c: (bgp_{update,withdraw}_packet) Enable some
  VPNv4 code which inexplicably was ifdef'd out. comments from
  a tester on IRC suggest this fixes bug #210.
bgpd/ChangeLog
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_packet.c