Bug ID 1177273
Summary Update to wicked 0.6.63 to 0.6.64 breaks tap0
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Network
Assignee screening-team-bugs@suse.de
Reporter malcolmlewis@cableone.net
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Hi
After updating to the 20201002 snapshot breaks my qemu script to bring up the
tap0 interface on all my qemu machines using ipv4.

ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode
DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0
state UP mode DEFAULT group default qlen 1000
    link/ether dc:fe:07:51:20:cf brd ff:ff:ff:ff:ff:ff
    altname eno2
    altname enp0s25
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP
mode DEFAULT group default qlen 1000
    link/ether dc:fe:07:51:20:ce brd ff:ff:ff:ff:ff:ff
    altname eno1
    altname enp7s0
4: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode
DEFAULT group default qlen 1000
    link/ether ea:d8:2c:fb:75:3c brd ff:ff:ff:ff:ff:ff
5: tap0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast master
br0 state DOWN mode DEFAULT group default qlen 1000
    link/ether 42:2a:af:7f:84:ee brd ff:ff:ff:ff:ff:ff

Portion of qemu script used for interface;

-nic tap,ifname=tap0,script=no,downscript=no

cat /etc/sysctl.d/98-grover.conf
#Set up tap/bridge
net.ipv4.conf.tap0.proxy_arp=1
net.ipv4.ip_forward=1

Reverting wicked and wicked-service to version 0.6.63-1.4 results in tap0
coming up with the qemu machine.


You are receiving this mail because: