]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configs: Fix a misleading IPv6 ACL example in Named ACLs
authorIvan Poddubny <ivan.poddubny@gmail.com>
Sun, 5 May 2024 14:20:15 +0000 (16:20 +0200)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 9 May 2024 13:48:09 +0000 (13:48 +0000)
commitcef24200838e5485c77563e8c7ead8dfc0893b09
tree9e441592e1f003f4025bfb0489a7ee61e7f66802
parent9cc66fc1750b0d4f7859bc3ca41c992f52c9a477
configs: Fix a misleading IPv6 ACL example in Named ACLs

"deny=::" is equivalent to "::/128".
In order to mean "deny everything by default" it must be "::/0".

(cherry picked from commit 685f525b286382e316da6a7d8f5ebeb03046f2c3)
configs/samples/acl.conf.sample