Bug 1576254

Summary: NetworkManager fails to configure IPV6 on network bridge
Product: Red Hat Enterprise Linux 7 Reporter: Beniamino Galvani <bgalvani>
Component: NetworkManagerAssignee: Beniamino Galvani <bgalvani>
Status: CLOSED ERRATA QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: high    
Version: 7.5CC: alexl, atragler, bgalvani, dcbw, extras-qa, fgiudici, john.j5live, knweiss, lkundrak, lrintel, mclasen, norbert.jurkeit, rhughes, rkhan, rstrode, sandmann, sukulkar, thaller, toneata, vbenes
Target Milestone: rcKeywords: ZStream
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: NetworkManager-1.10.2-15.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1575944
: 1578430 (view as bug list) Environment:
Last Closed: 2018-10-30 11:13:09 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:
Bug Depends On: 1575944    
Bug Blocks: 1578430    
Attachments:
Description Flags
Reproducer none

Description Beniamino Galvani 2018-05-09 07:12:17 UTC
+++ This bug was initially created as a clone of Bug #1575944 +++

To allow virtual machines to access the internet, I have created a bridge on my host computer. For use by the host itself, the bridge is set up to have a private IPv4 address (which is converted to an external address via NAT in my home router), a static private IPv6 address for local communication and a dynamic IPv6 address obtained via SLAAC for internet access.

This setup has worked well with Fedora 26 and 27, but with Fedora 28 the bridge device does not get any IPv6 assigned, not even a link-local one:

$ ifconfig bridge0
bridge0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.11  netmask 255.255.255.0  broadcast 192.168.0.255
        ether 00:25:22:06:b2:1c  txqueuelen 1000  (Ethernet)
        RX packets 4118  bytes 3503462 (3.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3613  bytes 448237 (437.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Contents of /etc/sysconfig/network-scripts/ifcfg-bridge0:

STP=no
BRIDGING_OPTS=multicast_snooping=0
TYPE=Bridge
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
IPADDR=192.168.0.11
PREFIX=24
GATEWAY=192.168.0.1
DNS1=192.168.0.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6ADDR=fd89:...:11/64 (truncated)
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_PRIVACY=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=bridge0
UUID=07f3c47c-0f92-41cc-ba84-34e4c8f02ab8
DEVICE=bridge0
ONBOOT=yes

Static and link-local addresses are assigned correctly with IPV6_AUTOCONF=no, but then of course the dynamic address for internet access is missing.

The issue does not occur on simple Ethernet interfaces without bridge.

--- Additional comment from Beniamino Galvani on 2018-05-09 09:00 CEST ---

Comment 2 Beniamino Galvani 2018-05-10 08:25:19 UTC
Created attachment 1434258 [details]
Reproducer

Comment 12 errata-xmlrpc 2018-10-30 11:13:09 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-2018:3207