blob: 53133e451889444d4932d67d372935d34f4dfb80 [file] [log] [blame]
-- This file is automatically generated. You should know what you did if you want to edit this
-- !select_ipv4_to_string --
1 192.168.1.1 192.168.1.1
2 10.0.0.1 10.0.0.1
3 172.16.0.1 172.16.0.1
4 8.8.8.8 8.8.8.8
5 \N \N
-- !select_is_private --
1 192.168.1.1 true
2 10.0.0.1 true
3 172.16.0.1 true
4 8.8.8.8 false
-- !select_ip_in_cidr --
1 192.168.1.1 192.168.1.0/24 true
2 10.0.0.1 10.0.0.0/8 true
3 172.16.0.1 172.16.0.0/12 true
4 8.8.8.8 8.8.8.0/24 true
-- !select_network_address --
1 192.168.1.0/24 192.168.1.0
2 10.0.0.0/8 10.0.0.0
3 172.16.0.0/12 172.16.0.0
4 8.8.8.0/24 8.8.8.0
-- !select_broadcast_address --
1 192.168.1.0/24 192.168.1.255
2 10.0.0.0/8 10.255.255.255
3 172.16.0.0/12 172.31.255.255
4 8.8.8.0/24 8.8.8.255
-- !select_ipv4_to_int --
1 192.168.1.1 3232235777
2 10.0.0.1 167772161
3 172.16.0.1 2886729729
4 8.8.8.8 134744072
-- !select_int_to_ipv4 --
192.168.1.1
-- !select_ipv6_to_string --
1 2001:db8::1 2001:db8::1
2 ::1 ::1
3 fe80::1 fe80::1
4 2001:4860:4860::8888 2001:4860:4860::8888
5 \N \N
-- !select_is_loopback --
1 2001:db8::1 false
2 ::1 true
3 fe80::1 false
4 2001:4860:4860::8888 false
-- !select_compare_ipv4 --
-1 0 1