Skip to content
Snippets Groups Projects
Commit cef24200 authored by Ivan Poddubny's avatar Ivan Poddubny Committed by Asterisk Development Team
Browse files

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)
parent 9cc66fc1
No related branches found
Tags
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
; ;
; Named ACLs can use ipv6 addresses just like normal ACLs. ; Named ACLs can use ipv6 addresses just like normal ACLs.
;[ipv6_example_1] ;[ipv6_example_1]
;deny = :: ;deny = ::/0
;permit = ::1/128 ;permit = ::1/128
; ;
;[ipv6_example_2] ;[ipv6_example_2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment