From a3b6ea56a0add7d0972a66d96e1fbcf5461eecdb Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 4 May 2006 07:52:12 +0000 Subject: [bgpd] bug #210: Enable crucial VPNv4 code which was disabled 2006-05-04 Paul Jakma * (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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 2a442f27..a0ba520c 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,13 @@ +2006-05-04 Paul Jakma + + * (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. + 2006-03-30 Paul Jakma * bgp_community.c: (community_gettoken) Unknown token should -- cgit v1.2.1