@@ -101,7 +101,11 @@ def test_create(mock_get_current_user_name, mock_setting_get_instance, mock_copy
101101 'net.ipv4.conf.default.rp_filter' : 0 ,
102102 'net.ipv4.conf.lo.rp_filter' : 0 ,
103103 'net.ipv4.ip_forward' : 1 ,
104- 'net.ipv4.icmp_ratelimit' : 0
104+ 'net.ipv4.icmp_ratelimit' : 0 ,
105+ 'net.ipv6.conf.default.disable_ipv6' : 1 ,
106+ 'net.ipv6.conf.all.disable_ipv6' : 1 ,
107+ 'net.ipv6.conf.default.forwarding' : 0 ,
108+ 'net.ipv6.conf.all.forwarding' : 0 ,
105109 },
106110 environment = {},
107111 mem_limit = '64m' ,
@@ -276,6 +280,10 @@ def __init__(self, name):
276280 'net.ipv4.conf.lo.rp_filter' : 0 ,
277281 'net.ipv4.ip_forward' : 1 ,
278282 'net.ipv4.icmp_ratelimit' : 0 ,
283+ 'net.ipv6.conf.default.disable_ipv6' : 1 ,
284+ 'net.ipv6.conf.all.disable_ipv6' : 1 ,
285+ 'net.ipv6.conf.default.forwarding' : 0 ,
286+ 'net.ipv6.conf.all.forwarding' : 0 ,
279287 },
280288 environment = {},
281289 mem_limit = '64m' ,
@@ -340,6 +348,10 @@ def __init__(self, name):
340348 'net.ipv4.conf.eth0.rp_filter' : 0 ,
341349 'net.ipv4.ip_forward' : 1 ,
342350 'net.ipv4.icmp_ratelimit' : 0 ,
351+ 'net.ipv6.conf.default.disable_ipv6' : 1 ,
352+ 'net.ipv6.conf.all.disable_ipv6' : 1 ,
353+ 'net.ipv6.conf.default.forwarding' : 0 ,
354+ 'net.ipv6.conf.all.forwarding' : 0 ,
343355 },
344356 environment = {},
345357 mem_limit = '64m' ,
@@ -411,6 +423,10 @@ def __init__(self, name):
411423 'net.ipv4.conf.lo.rp_filter' : 0 ,
412424 'net.ipv4.ip_forward' : 1 ,
413425 'net.ipv4.icmp_ratelimit' : 0 ,
426+ 'net.ipv6.conf.default.disable_ipv6' : 1 ,
427+ 'net.ipv6.conf.all.disable_ipv6' : 1 ,
428+ 'net.ipv6.conf.default.forwarding' : 0 ,
429+ 'net.ipv6.conf.all.forwarding' : 0 ,
414430 },
415431 environment = {},
416432 mem_limit = '64m' ,
@@ -483,6 +499,10 @@ def __init__(self, name):
483499 'net.ipv4.conf.eth0.rp_filter' : 0 ,
484500 'net.ipv4.ip_forward' : 1 ,
485501 'net.ipv4.icmp_ratelimit' : 0 ,
502+ 'net.ipv6.conf.default.disable_ipv6' : 1 ,
503+ 'net.ipv6.conf.all.disable_ipv6' : 1 ,
504+ 'net.ipv6.conf.default.forwarding' : 0 ,
505+ 'net.ipv6.conf.all.forwarding' : 0 ,
486506 },
487507 environment = {},
488508 mem_limit = '64m' ,
0 commit comments