Skip to content
Snippets Groups Projects
Commit 5ae0c186 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 ee6a0365ab78dd09d8cf999aba556de478497bd4)
parent 3988aff6
No related branches found
No related tags found
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