summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-05-25 21:00:28 +0000
committerhasso <hasso>2005-05-25 21:00:28 +0000
commitb5f29603399070041289729e175fbec085e8e904 (patch)
tree320e22b39f6e0ff1f689f089898cb7b2ffc1cbf9 /bgpd/ChangeLog
parent92c9f2229fea8fdef31a701d36d7df91f3e9905d (diff)
* bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no
neighbor x.x.x.x routemap [export|import] commands work again. Fixes bugzilla #184. [backport candidate]
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 686a6424..826b930f 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-25 Hasso Tepper <hasso at quagga.net>
+
+ * bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no
+ neighbor x.x.x.x routemap [export|import] commands work again.
+
2005-05-23 Paul Jakma <paul@dishone.st>
* bgp_routemap.c: add semi-colons to VTY_GET_* to match vty.h change