Bug 1740554

Summary: IPv6 got incorrectly re-enabled after rollback.
Product: Red Hat Enterprise Linux 8 Reporter: Gris Ge <fge>
Component: nmstateAssignee: Gris Ge <fge>
Status: CLOSED ERRATA QA Contact: Mingyu Shi <mshi>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.1CC: jiji, jishi, network-qe
Target Milestone: rc   
Target Release: 8.1   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: nmstate-0.0.8-7.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-05 20:52:18 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 Gris Ge 2019-08-13 09:04:13 UTC
Description of problem:

With IPv6 disabled on certain interface, the rollback will re-enable the IPv6.


Version-Release number of selected component (if applicable):
nmstate-0.0.8-6.el8

How reproducible:
100

Steps to Reproduce:
1. Create file `eth1_disable_ipv6.yml` with:

---
interfaces:
  - name: eth1
    type: ethernet
    state: up
    ipv6:
      enabled: false

2. Create `eth1_rollback.yml` with

---
interfaces:
  - name: eth1
    mtu: 1000000

3. sudo nmstatectl set eth1_disable_ipv6.yml && sudo nmstatectl set eth1_rollback.yml

4. ip -6 addr show eth1

Actual results:

IPv6 re-enabled.

Expected results:

IPv6 rollback to original state -- disabled.

Additional info:

Comment 4 errata-xmlrpc 2019-11-05 20:52:18 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:3347