mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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".
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							29675e3aab
						
					
				
				
					commit
					abe0018d85
				
			| @@ -73,7 +73,7 @@ | ||||
| ; | ||||
| ; Named ACLs can use ipv6 addresses just like normal ACLs. | ||||
| ;[ipv6_example_1] | ||||
| ;deny = :: | ||||
| ;deny = ::/0 | ||||
| ;permit = ::1/128 | ||||
| ; | ||||
| ;[ipv6_example_2] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user