-
Notifications
You must be signed in to change notification settings - Fork 749
Slmicro5 disable ipv6 rules #13524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slmicro5 disable ipv6 rules #13524
Conversation
Skipping CI for Draft Pull Request. |
@@ -49,7 +49,11 @@ ocil: |- | |||
files in <tt>/etc/sysctl.d</tt>: | |||
<pre>$ grep -r ipv6 /etc/sysctl.d</pre> | |||
|
|||
{{% if product in ["sle12", "sle15", "slmicro5"] %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to list "slmicro5" in this list when the rule isn't part of slmicro5 product content?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are completely right forgot to add the change in the control file on that one also 🙇
dc03e64
to
9fc35c8
Compare
@@ -44,7 +44,11 @@ ocil: |- | |||
files in <tt>/etc/sysctl.d</tt>: | |||
<pre>$ grep -r ipv6 /etc/sysctl.d</pre> | |||
|
|||
{{% if product in ["sle12", "sle15", "slmicro5"] %}} | |||
platform: ipv6[enabled] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@teacup-on-rockingchair Sorry for noticing it late, but I suspect this rule suffers from the same problem, I can't find it in the built slmicro5 data stream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks that totally makes sense I changed it not to include slmicro5
9fc35c8
to
eeb80c1
Compare
Code Climate has analyzed commit eeb80c1 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
Description:
Rationale: