summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-12-05 17:59:28 +0200
committerGitHub <noreply@github.com>2025-12-05 17:59:28 +0200
commite358b4e345d96a488aa2f53aa93566a75aa6f875 (patch)
treee4366cdc7d5814bdc62bd5841f207b9fd77de7a3 /debian
parentc34294b7a18072c7bd4eaf8ec0f433bb374fad5c (diff)
parent779b5be2a5d096eff2db3313c4ee502a3b593db8 (diff)
downloadipaddrcheck-e358b4e345d96a488aa2f53aa93566a75aa6f875.tar.gz
ipaddrcheck-e358b4e345d96a488aa2f53aa93566a75aa6f875.zip
Merge pull request #19 from dmbaturin/T7973-allow-all-zero-ipv6-hosts
T7973: do not disallow all-zero host part IPv6 host addresses
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e1c5d02..d51c754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ipaddrcheck (1.4) unstable; urgency=medium
+
+ * Do not disallow all-zero host part IPv6 addresses for host and interface address checks (Daniil Baturin).
+
+ -- Daniil Baturin <daniil@vyos.io> Fri, 05 Dec 2025 15:04:03 +0000
+
ipaddrcheck (1.3) unstable; urgency=medium
* New option --range-prefix-length to require ranges to be within a subnet (Daniil Baturin).