Package: openvswitch-switch
Version: 2.15.0+ds1-2
Severity: important
X-Debbugs-Cc: dspil...@datatipp.se

As of 2.15.0+ds1-2 in Bullseye definitions of bridges and ports in 
/etc/network/interfaces seem ignored. Here is an example interfaces file 
which worked fine on Buster with openvswitch-switch 2.10.7+ds1-0+deb10u1:

###
allow-ovs br0
iface br0 inet manual
     ovs_type OVSBridge
     ovs_ports enp7s0 vlan1

allow-br0 enp7s0
iface enp7s0 inet manual
     ovs_bridge br0
     ovs_type OVSPort

allow-br0 vlan1
iface vlan1 inet manual
    ovs_bridge br0
    ovs_type OVSIntPort
    ovs_options tag=1
###

The above should create a bridge (br0) with a port (vlan1):

4: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode 
DEFAULT group default qlen 1000
    link/ether c2:62:99:b6:2c:f4 brd ff:ff:ff:ff:ff:ff
5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state 
UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 32:87:cc:b7:40:4f brd ff:ff:ff:ff:ff:ff
6: vlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state 
UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 72:f3:8a:99:f7:06 brd ff:ff:ff:ff:ff:ff


-- System Information:
Debian Release: 11.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-7-amd64 (SMP w/16 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openvswitch-switch depends on:
ii  kmod                28-1
ii  lsb-base            11.1.0
ii  netbase             6.3
ii  openvswitch-common  2.15.0+ds1-2
ii  procps              2:3.3.17-5
ii  uuid-runtime        2.36.1-7

openvswitch-switch recommends no packages.

openvswitch-switch suggests no packages.

-- no debconf information

Reply via email to