| * | All IP addresses | 
                
                  | 10.11.12.13 | Single IPv4 address matching
                    10.11.12.13 | 
                
                  | 10.* | IPv4 addresses in the range
                    10.0.0.0-10.255.255.255 | 
                
                  | 10.11.* | IPv4 addresses in the range
                    10.11.0.0-10.11.255.255 | 
                
                  | 10.11.12.50-10.11.12.70 | IPv4 addresses in the range
                    10.11.12.50-10.11.12.70 | 
                
                  | fe80::79ba:8815:4f62:e386 | Single IPv6 address matching
                    fe80::79ba:8815:4f62:e386 | 
                
                  | fe80::79ba:8815:4f62:e386-fe80::79ba:8815:4f62:ffff | IPv6 addresses in the range
                    fe80::79ba:8815:4f62:e386-fe80::79ba:8815:4f62:ffff | 
                
                  | fe80::79ba:8815:4f62:e386/90 | IPv6 addresses matching the first
                    90 bits of address fe80::79ba:8815:4f62:e386 |