summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2008-06-07 20:37:10 +0000
committerPaul Jakma <paul.jakma@sun.com>2008-06-07 20:37:10 +0000
commit032928091c558d3b0940be079049009f47652711 (patch)
tree81bd1c2ddfbf41f380bfd38370e42d3c646f5e08 /bgpd/ChangeLog
parent343f720b345dd377bdf4f53e3b02e0c2898f3f0b (diff)
[bgpd] minor changes to bgp_mp_reach_parse
2008-06-07 Paul Jakma <paul@jakma.org> * bgp_attr.{c,h}: (bgp_mp_{un,}reach_parse) export, for unit tests. * bgp_attr.c: (bgp_mp_reach_parse) Add logging. Tighten length test to bounds check against the attribute length rather than the stream length..
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 4630ab97..2da28213 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-07 Paul Jakma <paul@jakma.org>
+
+ * bgp_attr.{c,h}: (bgp_mp_{un,}reach_parse) export, for unit tests.
+ * bgp_attr.c: (bgp_mp_reach_parse) Add logging. Tighten length test
+ to bounds check against the attribute length rather than the
+ stream length..
+
2008-06-01 jfletche@gmail.com
* bgp_attr.c: (bgp_attr_aspathlimit) fix silly bug in flags check