Skip to content

Commit

Permalink
fix: allows ipv6 to be disabled in goss checks
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Dec 2, 2024
1 parent 2afa043 commit e25fc45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goss/oracle/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kernel-param:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"
value: "{ge:0}"

net.ipv4.ip_forward:
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion goss/rhel/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kernel-param:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"
value: "{ge:0}"

net.ipv4.ip_forward:
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion goss/ubuntu/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kernel-param:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"
value: "{ge:0}"

net.ipv4.ip_forward:
value: "1"
Expand Down

0 comments on commit e25fc45

Please sign in to comment.