Bug 837281

Summary: test inversion in ifup-ipv6 script for testing IPV6 global forwarding
Product: Red Hat Enterprise Linux 5 Reporter: Fabien Bataille <fbataill>
Component: distributionAssignee: RHEL Program Management <pm-rhel>
Status: CLOSED WONTFIX QA Contact: Nobody <nobody>
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.4CC: fbataill
Target Milestone: rcFlags: fbataill: needinfo-
fbataill: needinfo-
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-02 13:18:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabien Bataille 2012-07-03 11:14:03 UTC
Description of problem:

Inversion of test in ifup-ipv6 script for testing IPV6 forwarding.
Line 103:
"if [ $ipv6_global_forwarding_current -ne 1 ]; then"
should be replaced by
"if [ $ipv6_global_forwarding_current -eq 1 ]; then"

Line 120:
"if [ $ipv6_global_forwarding_current -ne 0 ]; then"
shoud be replaced by
"if [ $ipv6_global_forwarding_current -eq 0 ]; then"


Version-Release number of selected component (if applicable):
5.4

How reproducible:
Set IPV6 forwarding to 1 (ie: enable it), and do ifup eth0 with eth0 have an IPv6 address.
You will see a message stating:
"Global IPv6 forwarding is disabled in configuration, but not currently disabled in kernel"

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 RHEL Program Management 2014-03-07 13:44:34 UTC
This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug.

Comment 2 RHEL Program Management 2014-06-02 13:18:53 UTC
Thank you for submitting this request for inclusion in Red Hat Enterprise Linux 5. We've carefully evaluated the request, but are unable to include it in RHEL5 stream. If the issue is critical for your business, please provide additional business justification through the appropriate support channels (https://access.redhat.com/site/support).