File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
OCF_GATEWAY_V4 = ip_address ('169.229.226.1' )
9
9
OCF_GATEWAY_V6 = ip_address ('2607:f140:8801::1' )
10
10
OCF_SUBNET_V4 = ip_network ('169.229.226.0/24' )
11
- OCF_SUBNET_V6 = ip_network ('2607:f140:8801::/64 ' )
11
+ OCF_SUBNET_V6 = ip_network ('2607:f140:8801::/48 ' )
12
12
OCF_SUBNET_V6_COMPAT = ip_network ('2607:f140:8801::1:0/112' )
13
13
14
14
Original file line number Diff line number Diff line change @@ -69,8 +69,10 @@ def test_6to4_failure(ipv6):
69
69
(ip_address ('169.229.226.212' ), True ),
70
70
(ip_address ('2607:f140:8801::10' ), True ),
71
71
(ip_address ('2607:f140:8801::1:10' ), True ),
72
+ (ip_address ('2607:f140:8801:100::1' ), True ),
72
73
73
74
(ip_address ('8.8.8.8' ), False ),
75
+ (ip_address ('2607:f140:8802::1' ), False ),
74
76
(ip_address ('cafe:f140:8801::1:10' ), False ),
75
77
])
76
78
def test_is_ocf_ip (ip , expected ):
You can’t perform that action at this time.
0 commit comments