summaryrefslogtreecommitdiff
path: root/changes/feature17863
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature17863')
-rw-r--r--changes/feature178636
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature17863 b/changes/feature17863
new file mode 100644
index 0000000000..86c4e2ce0c
--- /dev/null
+++ b/changes/feature17863
@@ -0,0 +1,6 @@
+ o Minor feature (IPv6):
+ - Add address policy assume_action support for IPv6 addresses.
+ - Limit IPv6 mask bits to 128.
+ - Warn when comparing against an AF_UNSPEC address in a policy,
+ it's almost always a bug.
+ Closes ticket 17863; patch by "teor".