From 6209939e864e5bfb951cb0406c24a85c27a7811a Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Thu, 11 Jun 2020 13:13:13 -0700 Subject: [PATCH] Add changes file for ticket #34065 --- changes/bug34065 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug34065 diff --git a/changes/bug34065 b/changes/bug34065 new file mode 100644 index 0000000000..f81cb77c21 --- /dev/null +++ b/changes/bug34065 @@ -0,0 +1,5 @@ + o Minor features (IPv6, ExcludeNodes): + - Make routerset_contains_router() capable of handling IPv6 + addresses. This makes ExcludeNodes capable of excluding an + IPv6 adddress. Previously, ExcludeNodes ignored IPv6 + addresses. Closes ticket 34065. Patch by Neel Chauhan.