diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-04 07:52:12 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-04 07:52:12 +0000 |
commit | a3b6ea56a0add7d0972a66d96e1fbcf5461eecdb (patch) | |
tree | a7bb8a005ab41ce30c43dd0fc2fab487c0e5f613 /bgpd/ChangeLog | |
parent | 5f03f141eced8bad4971fcc6ec7d7a538c227d8c (diff) |
[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.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <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. + 2006-03-30 Paul Jakma <paul.jakma@sun.com> * bgp_community.c: (community_gettoken) Unknown token should |