diff options
author | lquidfire | 2023-10-07 16:00:09 +0200 |
---|---|---|
committer | lquidfire | 2023-10-07 16:00:09 +0200 |
commit | 9ff3807d821f67635c4bfc7bc5ee5edc577329e8 (patch) | |
tree | 9ad5768e0236c5be910ac806aa73e659322d16f6 /openbgpd.changelog | |
parent | 607b2b34d7c1f709d694a4a155954e83403c9f55 (diff) | |
download | aur-9ff3807d821f67635c4bfc7bc5ee5edc577329e8.tar.gz |
v8.2
Diffstat (limited to 'openbgpd.changelog')
-rw-r--r-- | openbgpd.changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/openbgpd.changelog b/openbgpd.changelog index 3ec0b2ecb129..37f73c132afc 100644 --- a/openbgpd.changelog +++ b/openbgpd.changelog @@ -1,3 +1,20 @@ +## 8.2 - 2023-10-02 + * Update ASPA support to follow draft-ietf-sidrops-aspa-verification-16 + and draft-ietf-sidrops-aspa-profile-16 by making the ASPA lookup + tables AFI-agnostic. + + * Fix a fatal error in the Linux netlink parser which was triggered + because of a mismatched netlink message size. + + * Rework UPDATE message generation to use the new ibuf API instead + of the hand-rolled solution before. + + * Improve error message in bgpctl for features not supported by the + portable version of OpenBGPD. + + * Adjusted example GRACEFUL_SHUTDOWN filter rule in the example config + to only match on ebgp sessions. + ## 8.1 - 2023-07-12 * Include OpenBSD 7.3 errata 002: Avoid fatal errors in bgpd(8) due to incorrect refcounting and |