Skip to content

Commit

Permalink
fix: removes ipv6 disabled check from goss
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Dec 2, 2024
1 parent 2afa043 commit c06806f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions goss/oracle/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ kernel-param:
net.ipv6.conf.all.forwarding:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"

net.ipv4.ip_forward:
value: "1"
Expand Down
2 changes: 0 additions & 2 deletions goss/rhel/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ kernel-param:
net.ipv6.conf.all.forwarding:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"

net.ipv4.ip_forward:
value: "1"
Expand Down
2 changes: 0 additions & 2 deletions goss/ubuntu/kernel-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ kernel-param:
net.ipv6.conf.all.forwarding:
value: "1"

net.ipv6.conf.all.disable_ipv6:
value: "0"

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

0 comments on commit c06806f

Please sign in to comment.