aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2024-01-31 02:21:42 +0900
committerKazuki Yamaguchi <k@rhe.jp>2024-01-31 02:21:42 +0900
commit32372c89a8e2cb8386d6032a25ba87ac26be5bac (patch)
treef59a2b0961e5707afed3ecce1568f12bb2b4de59
parentfc801623f3293dbf2a6cc33947877af4a5c74c23 (diff)
downloadbird-rhe-2.14.0.23+22-20240131.tar.gz
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d4f648af..e364f191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+bird2 (200:2.14.0.23+22-20240131-1) unstable; urgency=medium
+
+ * Rebased 200:2.14+21-20231011-1 on top of current master. Conflicting
+ patches have been rebased.
+ * Allow trailing comma in set literals in filter.
+ * Introduce 'attach_mls([<label stack>])' filter function.
+ * Allow modification of AIGP metric values, at the expense of strict
+ compliance with RFC 7311.
+ * Partially fixed buffer overflow bug with kernel route installing.
+ * Better logging in BFD protocol.
+ * Allow setting BGP AGGREGATOR attribute in filter.
+ * Fix jitter application to BGP filters as specified in RFC 4271 section 10.
+ * Added "soft hold time on" configuration to BGP for debugging my other BGP
+ speaker.
+
+ -- Kazuki Yamaguchi <k@rhe.jp> Wed, 31 Jan 2024 02:21:13 +0900
+
bird2 (2.14-1) unstable; urgency=medium
* New upstream version 2.14 (Closes: #1040031)