RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2115615 - Cannot delete linux bridge created via `ip link`
Summary: Cannot delete linux bridge created via `ip link`
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: nmstate
Version: 9.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Gris Ge
QA Contact: Mingyu Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-05 02:59 UTC by Mingyu Shi
Modified: 2023-05-09 08:20 UTC (History)
6 users (show)

Fixed In Version: nmstate-2.2.1-0.alpha.20221110.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-09 07:31:01 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github nmstate nmstate pull 2083 0 None open nm: Fix deleting interface created by iproute 2022-11-03 07:02:14 UTC
Red Hat Issue Tracker RHELPLAN-130347 0 None None None 2022-08-05 03:09:13 UTC
Red Hat Product Errata RHBA-2023:2190 0 None None None 2023-05-09 07:31:15 UTC

Description Mingyu Shi 2022-08-05 02:59:14 UTC
Description of problem:
Cannot delete linux bridge created via `ip link`

Version-Release number of selected component (if applicable):
nmstate-2.1.3-1.el9.x86_64
NetworkManager-1.39.10-1.el9.x86_64

How reproducible:
100%

Steps to Reproduce:
ip link add br0 type bridge

echo "interfaces:
- type: linux-bridge
  name: br0
  state: up" | nmstatectl apply

echo "interfaces:
- type: linux-bridge
  name: br0
  state: absent" | nmstatectl apply


Actual results:
[2022-08-05T02:53:38Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:38Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:38Z INFO  nmstate::net_state] Ignoring kernel interface lo
[2022-08-05T02:53:38Z INFO  nmstate::ifaces::inter_ifaces] Deleting interface br0/linux-bridge
[2022-08-05T02:53:38Z INFO  nmstate::net_state] Created checkpoint /org/freedesktop/NetworkManager/Checkpoint/5
[2022-08-05T02:53:38Z INFO  nmstate::nm::apply] Deleting NM connection for absent interface br0/linux-bridge: fcec25b5-3075-4cea-a7f0-2aab76d56c2b
[2022-08-05T02:53:38Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:38Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:38Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-vlan-stag-hw-insert": true, "tx-generic-segmentation": true, "tx-ipxip4-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-ipxip6-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp6-segmentation": true, "tx-gso-robust": true, "tx-gso-partial": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-checksum-ip-generic": true, "highdma": true, "tx-tcp-ecn-segmentation": true, "tx-fcoe-segmentation": true, "tx-sctp-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "rx-gro": true, "tx-tcp-segmentation": true, "tx-esp-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-vlan-hw-insert": true, "tx-nocache-copy": false, "tx-gre-csum-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28278), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:38Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-vlan-stag-hw-insert": true, "tx-generic-segmentation": true, "tx-ipxip4-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-ipxip6-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp6-segmentation": true, "tx-gso-robust": true, "tx-gso-partial": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-checksum-ip-generic": true, "highdma": true, "tx-tcp-ecn-segmentation": true, "tx-fcoe-segmentation": true, "tx-sctp-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "rx-gro": true, "tx-tcp-segmentation": true, "tx-esp-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-vlan-hw-insert": true, "tx-nocache-copy": false, "tx-gre-csum-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28278), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:39Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:39Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:39Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-nocache-copy": false, "tx-sctp-segmentation": true, "rx-gro-list": false, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-partial": true, "tx-generic-segmentation": true, "tx-scatter-gather-fraglist": true, "highdma": true, "tx-esp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-fcoe-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-checksum-ip-generic": true, "rx-gro": true, "tx-ipxip6-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-gre-segmentation": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-ipxip4-segmentation": true, "tx-gso-list": true, "rx-udp-gro-forwarding": false, "tx-udp_tnl-segmentation": true, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28176), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:39Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-nocache-copy": false, "tx-sctp-segmentation": true, "rx-gro-list": false, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-partial": true, "tx-generic-segmentation": true, "tx-scatter-gather-fraglist": true, "highdma": true, "tx-esp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-fcoe-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-checksum-ip-generic": true, "rx-gro": true, "tx-ipxip6-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-gre-segmentation": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-ipxip4-segmentation": true, "tx-gso-list": true, "rx-udp-gro-forwarding": false, "tx-udp_tnl-segmentation": true, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28176), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:40Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:40Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:40Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-vlan-hw-insert": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-gso-robust": true, "tx-gso-list": true, "tx-fcoe-segmentation": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": true, "tx-udp-segmentation": true, "rx-udp-gro-forwarding": false, "rx-gro": true, "highdma": true, "tx-vlan-stag-hw-insert": true, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-tcp6-segmentation": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "rx-gro-list": false, "tx-checksum-ip-generic": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28073), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:40Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-vlan-hw-insert": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-gso-robust": true, "tx-gso-list": true, "tx-fcoe-segmentation": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": true, "tx-udp-segmentation": true, "rx-udp-gro-forwarding": false, "rx-gro": true, "highdma": true, "tx-vlan-stag-hw-insert": true, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-tcp6-segmentation": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "rx-gro-list": false, "tx-checksum-ip-generic": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(28073), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:41Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:41Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:41Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "tx-tcp6-segmentation": true, "tx-gso-robust": true, "tx-sctp-segmentation": true, "tx-checksum-ip-generic": true, "tx-tunnel-remcsum-segmentation": true, "tx-gre-segmentation": true, "tx-ipxip4-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-esp-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-nocache-copy": false, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-vlan-stag-hw-insert": true, "rx-gro-list": false, "tx-generic-segmentation": true, "highdma": true, "tx-tcp-mangleid-segmentation": true, "tx-ipxip6-segmentation": true, "rx-udp-gro-forwarding": false, "tx-tcp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gso-partial": true, "tx-fcoe-segmentation": true, "tx-gso-list": true, "tx-vlan-hw-insert": true, "tx-tcp-ecn-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27972), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:41Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "tx-tcp6-segmentation": true, "tx-gso-robust": true, "tx-sctp-segmentation": true, "tx-checksum-ip-generic": true, "tx-tunnel-remcsum-segmentation": true, "tx-gre-segmentation": true, "tx-ipxip4-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-esp-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-nocache-copy": false, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-vlan-stag-hw-insert": true, "rx-gro-list": false, "tx-generic-segmentation": true, "highdma": true, "tx-tcp-mangleid-segmentation": true, "tx-ipxip6-segmentation": true, "rx-udp-gro-forwarding": false, "tx-tcp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gso-partial": true, "tx-fcoe-segmentation": true, "tx-gso-list": true, "tx-vlan-hw-insert": true, "tx-tcp-ecn-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27972), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:42Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:42Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:42Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-tcp-mangleid-segmentation": true, "tx-gso-list": true, "highdma": true, "tx-scatter-gather-fraglist": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-fcoe-segmentation": true, "tx-ipxip4-segmentation": true, "tx-gso-partial": true, "tx-ipxip6-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-nocache-copy": false, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": true, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true, "rx-gro": true, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-esp-segmentation": true, "tx-udp-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-tcp-ecn-segmentation": true, "rx-gro-list": false, "tx-tcp-segmentation": true, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27871), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:42Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-tcp-mangleid-segmentation": true, "tx-gso-list": true, "highdma": true, "tx-scatter-gather-fraglist": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-fcoe-segmentation": true, "tx-ipxip4-segmentation": true, "tx-gso-partial": true, "tx-ipxip6-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-nocache-copy": false, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": true, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true, "rx-gro": true, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-esp-segmentation": true, "tx-udp-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-tcp-ecn-segmentation": true, "rx-gro-list": false, "tx-tcp-segmentation": true, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27871), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:43Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:43Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:43Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "rx-gro-list": false, "tx-tcp6-segmentation": true, "tx-esp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-generic-segmentation": true, "tx-gso-partial": true, "tx-sctp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-gso-list": true, "tx-tcp-ecn-segmentation": true, "tx-udp-segmentation": true, "tx-gso-robust": true, "tx-vlan-hw-insert": true, "tx-udp_tnl-csum-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-ipxip4-segmentation": true, "tx-gre-segmentation": true, "rx-udp-gro-forwarding": false, "tx-vlan-stag-hw-insert": true, "highdma": true, "tx-fcoe-segmentation": true, "tx-checksum-ip-generic": true, "tx-ipxip6-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp-mangleid-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27767), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:43Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "rx-gro-list": false, "tx-tcp6-segmentation": true, "tx-esp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-generic-segmentation": true, "tx-gso-partial": true, "tx-sctp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-gso-list": true, "tx-tcp-ecn-segmentation": true, "tx-udp-segmentation": true, "tx-gso-robust": true, "tx-vlan-hw-insert": true, "tx-udp_tnl-csum-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-ipxip4-segmentation": true, "tx-gre-segmentation": true, "rx-udp-gro-forwarding": false, "tx-vlan-stag-hw-insert": true, "highdma": true, "tx-fcoe-segmentation": true, "tx-checksum-ip-generic": true, "tx-ipxip6-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp-mangleid-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27767), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:44Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:44Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:44Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip4-segmentation": true, "rx-gro-list": false, "tx-ipxip6-segmentation": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gre-segmentation": true, "tx-checksum-ip-generic": true, "tx-gso-partial": true, "tx-gso-list": true, "rx-udp-gro-forwarding": false, "tx-udp_tnl-segmentation": true, "tx-tcp6-segmentation": true, "highdma": true, "tx-vlan-hw-insert": true, "rx-gro": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-tcp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-fcoe-segmentation": true, "tx-sctp-segmentation": true, "tx-esp-segmentation": true, "tx-generic-segmentation": true, "tx-udp-segmentation": true, "tx-nocache-copy": false, "tx-vlan-stag-hw-insert": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27666), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:44Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip4-segmentation": true, "rx-gro-list": false, "tx-ipxip6-segmentation": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gre-segmentation": true, "tx-checksum-ip-generic": true, "tx-gso-partial": true, "tx-gso-list": true, "rx-udp-gro-forwarding": false, "tx-udp_tnl-segmentation": true, "tx-tcp6-segmentation": true, "highdma": true, "tx-vlan-hw-insert": true, "rx-gro": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-tcp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-fcoe-segmentation": true, "tx-sctp-segmentation": true, "tx-esp-segmentation": true, "tx-generic-segmentation": true, "tx-udp-segmentation": true, "tx-nocache-copy": false, "tx-vlan-stag-hw-insert": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27666), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:45Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:45Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:45Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-fcoe-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-gre-csum-segmentation": true, "tx-sctp-segmentation": true, "tx-tcp6-segmentation": true, "tx-generic-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-list": true, "highdma": true, "tx-nocache-copy": false, "tx-tcp-segmentation": true, "tx-esp-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-gre-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "rx-gro": true, "tx-checksum-ip-generic": true, "tx-ipxip4-segmentation": true, "tx-scatter-gather-fraglist": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27564), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:45Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-gso-robust": true, "tx-tcp-ecn-segmentation": true, "tx-fcoe-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-gre-csum-segmentation": true, "tx-sctp-segmentation": true, "tx-tcp6-segmentation": true, "tx-generic-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-list": true, "highdma": true, "tx-nocache-copy": false, "tx-tcp-segmentation": true, "tx-esp-segmentation": true, "tx-vlan-stag-hw-insert": true, "tx-gre-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "rx-gro": true, "tx-checksum-ip-generic": true, "tx-ipxip4-segmentation": true, "tx-scatter-gather-fraglist": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27564), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:46Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:46Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:46Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip4-segmentation": true, "tx-gso-partial": true, "tx-esp-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-generic-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-nocache-copy": false, "tx-vlan-stag-hw-insert": true, "rx-gro-list": false, "tx-vlan-hw-insert": true, "tx-gre-segmentation": true, "rx-udp-gro-forwarding": false, "tx-scatter-gather-fraglist": true, "tx-fcoe-segmentation": true, "tx-gso-robust": true, "highdma": true, "tx-tcp-mangleid-segmentation": true, "tx-checksum-ip-generic": true, "tx-ipxip6-segmentation": true, "tx-udp-segmentation": true, "tx-gso-list": true, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tcp-ecn-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27462), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:46Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-ipxip4-segmentation": true, "tx-gso-partial": true, "tx-esp-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-generic-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-sctp-segmentation": true, "tx-nocache-copy": false, "tx-vlan-stag-hw-insert": true, "rx-gro-list": false, "tx-vlan-hw-insert": true, "tx-gre-segmentation": true, "rx-udp-gro-forwarding": false, "tx-scatter-gather-fraglist": true, "tx-fcoe-segmentation": true, "tx-gso-robust": true, "highdma": true, "tx-tcp-mangleid-segmentation": true, "tx-checksum-ip-generic": true, "tx-ipxip6-segmentation": true, "tx-udp-segmentation": true, "tx-gso-list": true, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-tcp-ecn-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27462), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:47Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T02:53:47Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T02:53:47Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"highdma": true, "tx-generic-segmentation": true, "rx-gro": true, "tx-tcp6-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-vlan-stag-hw-insert": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-ipxip6-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-ipxip4-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "tx-sctp-segmentation": true, "tx-gre-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-esp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-udp-segmentation": true, "tx-gso-robust": true, "tx-fcoe-segmentation": true, "tx-checksum-ip-generic": true, "tx-gso-list": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27360), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })
[2022-08-05T02:53:47Z INFO  nmstate::net_state] Rollbacked to checkpoint /org/freedesktop/NetworkManager/Checkpoint/5
NmstateError: VerificationError: Absent/Down interface br0/linux-bridge still found as LinuxBridge(LinuxBridgeInterface { base: BaseInterface { name: "br0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: LinuxBridge, state: Down, mac_address: Some("FA:BA:F8:01:85:96"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"highdma": true, "tx-generic-segmentation": true, "rx-gro": true, "tx-tcp6-segmentation": true, "tx-scatter-gather-fraglist": true, "tx-vlan-stag-hw-insert": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-segmentation": true, "tx-gre-csum-segmentation": true, "tx-ipxip6-segmentation": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-ipxip4-segmentation": true, "tx-nocache-copy": false, "tx-tcp-mangleid-segmentation": true, "tx-gso-partial": true, "tx-sctp-segmentation": true, "tx-gre-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-esp-segmentation": true, "tx-tunnel-remcsum-segmentation": true, "tx-udp-segmentation": true, "tx-gso-robust": true, "tx-fcoe-segmentation": true, "tx-checksum-ip-generic": true, "tx-gso-list": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bridge: Some(LinuxBridgeConfig { options: Some(LinuxBridgeOptions { gc_timer: Some(27360), group_addr: Some("01:80:C2:00:00:00"), group_forward_mask: Some(0), group_fwd_mask: Some(0), hash_max: Some(4096), hello_timer: Some(0), mac_ageing_time: Some(300), multicast_last_member_count: Some(2), multicast_last_member_interval: Some(100), multicast_membership_interval: Some(26000), multicast_querier: Some(false), multicast_querier_interval: Some(25500), multicast_query_interval: Some(12500), multicast_query_response_interval: Some(1000), multicast_query_use_ifaddr: Some(false), multicast_router: Some(Auto), multicast_snooping: Some(true), multicast_startup_query_count: Some(2), multicast_startup_query_interval: Some(3125), stp: Some(LinuxBridgeStpOptions { enabled: Some(false), forward_delay: Some(15), hello_time: Some(2), max_age: Some(20), priority: Some(32768) }), vlan_protocol: Some(Ieee8021Q) }), port: Some([]) }) })

Expected results:
Removed br0 connection and itself

Additional info:
The similar action on bond, vrf, dummy etc works good

Comment 1 Mingyu Shi 2022-08-05 03:20:39 UTC
(In reply to Mingyu Shi from comment #0)
> 
> Expected results:
> Removed br0 connection and itself
> 
> Additional info:
> The similar action on bond, vrf, dummy etc works good

Found another issue, "state: absent" works for bond created via `ip link`, but "state: down" caused a problem:
[11:19:08@sweetpig-12 ~]0# ip link add bond0 type bond
[11:19:12@sweetpig-12 ~]0# RM_METHOD=up rmiface bond0
[2022-08-05T03:19:22Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:22Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:22Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:22Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:22Z INFO  nmstate::net_state] Ignoring kernel interface lo
[2022-08-05T03:19:22Z INFO  nmstate::ifaces::inter_ifaces] Changing interface bond0 with type bond, up priority 0
[2022-08-05T03:19:22Z INFO  nmstate::net_state] Created checkpoint /org/freedesktop/NetworkManager/Checkpoint/20
[2022-08-05T03:19:22Z INFO  nmstate::nm::profile] Creating/Modifying connection UUID Some("c429045a-c605-4d33-880c-eda8cc30e4f0"), ID Some("bond0"), type Some("bond") name Some("bond0")
[2022-08-05T03:19:22Z INFO  nmstate::nm::profile] Activating connection c429045a-c605-4d33-880c-eda8cc30e4f0: bond0/bond
[2022-08-05T03:19:22Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:22Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:22Z INFO  nmstate::net_state] Destroyed checkpoint /org/freedesktop/NetworkManager/Checkpoint/20
---
dns-resolver: {}
route-rules: {}
routes: {}
interfaces:
  - name: bond0
    type: bond
    state: up
ovs-db: {}

[11:19:22@sweetpig-12 ~]0# RM_METHOD=down rmiface bond0
[2022-08-05T03:19:40Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:40Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:40Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:40Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:40Z INFO  nmstate::net_state] Ignoring kernel interface lo
[2022-08-05T03:19:40Z INFO  nmstate::ifaces::inter_ifaces] Changing interface bond0 with type bond, up priority 0
[2022-08-05T03:19:40Z INFO  nmstate::net_state] Created checkpoint /org/freedesktop/NetworkManager/Checkpoint/21
[2022-08-05T03:19:40Z INFO  nmstate::nm::profile] Creating/Modifying connection UUID Some("c429045a-c605-4d33-880c-eda8cc30e4f0"), ID Some("bond0"), type Some("bond") name Some("bond0")
[2022-08-05T03:19:40Z INFO  nmstate::nm::profile] Deactivating connection c429045a-c605-4d33-880c-eda8cc30e4f0: bond0/bond
[2022-08-05T03:19:40Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:40Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:40Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-udp-segmentation": false, "rx-vlan-hw-parse": true, "tx-tcp-mangleid-segmentation": false, "rx-lro": true, "tx-ipxip6-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false, "tx-gre-segmentation": true, "highdma": false, "tx-tcp6-segmentation": false, "tx-gre-csum-segmentation": true, "tx-generic-segmentation": false, "tx-checksum-ip-generic": true, "tx-ipxip4-segmentation": true, "tx-tcp-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-esp-segmentation": false, "tx-nocache-copy": false, "tx-udp_tnl-segmentation": true, "tx-tcp-ecn-segmentation": false, "esp-tx-csum-hw-offload": false, "rx-vlan-filter": true, "tx-udp_tnl-csum-segmentation": true, "esp-hw-offload": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:40Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-udp-segmentation": false, "rx-vlan-hw-parse": true, "tx-tcp-mangleid-segmentation": false, "rx-lro": true, "tx-ipxip6-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false, "tx-gre-segmentation": true, "highdma": false, "tx-tcp6-segmentation": false, "tx-gre-csum-segmentation": true, "tx-generic-segmentation": false, "tx-checksum-ip-generic": true, "tx-ipxip4-segmentation": true, "tx-tcp-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-esp-segmentation": false, "tx-nocache-copy": false, "tx-udp_tnl-segmentation": true, "tx-tcp-ecn-segmentation": false, "esp-tx-csum-hw-offload": false, "rx-vlan-filter": true, "tx-udp_tnl-csum-segmentation": true, "esp-hw-offload": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:41Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:41Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:41Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-scatter-gather-fraglist": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "esp-hw-offload": false, "esp-tx-csum-hw-offload": false, "rx-vlan-hw-parse": true, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "tx-tcp-mangleid-segmentation": false, "rx-gro-list": false, "highdma": false, "tx-nocache-copy": false, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": false, "rx-vlan-filter": true, "rx-lro": true, "tx-tcp-ecn-segmentation": false, "tx-generic-segmentation": false, "tx-tcp-segmentation": false, "tx-tcp6-segmentation": false, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true, "tx-udp-segmentation": false, "tx-ipxip4-segmentation": true, "rx-udp-gro-forwarding": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:41Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-scatter-gather-fraglist": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "esp-hw-offload": false, "esp-tx-csum-hw-offload": false, "rx-vlan-hw-parse": true, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "tx-tcp-mangleid-segmentation": false, "rx-gro-list": false, "highdma": false, "tx-nocache-copy": false, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": false, "rx-vlan-filter": true, "rx-lro": true, "tx-tcp-ecn-segmentation": false, "tx-generic-segmentation": false, "tx-tcp-segmentation": false, "tx-tcp6-segmentation": false, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true, "tx-udp-segmentation": false, "tx-ipxip4-segmentation": true, "rx-udp-gro-forwarding": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:42Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:42Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:42Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-sctp-segmentation": false, "tx-ipxip4-segmentation": true, "tx-tcp-mangleid-segmentation": false, "highdma": false, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-ipxip6-segmentation": true, "tx-esp-segmentation": false, "tx-gre-segmentation": true, "tx-generic-segmentation": false, "tx-scatter-gather-fraglist": false, "rx-lro": true, "tx-tcp6-segmentation": false, "rx-vlan-filter": true, "tx-gso-list": false, "tx-tcp-segmentation": false, "esp-hw-offload": false, "tx-tcp-ecn-segmentation": false, "rx-vlan-hw-parse": true, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "tx-nocache-copy": false, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp-segmentation": false, "tx-checksum-ip-generic": true, "rx-udp-gro-forwarding": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:42Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-sctp-segmentation": false, "tx-ipxip4-segmentation": true, "tx-tcp-mangleid-segmentation": false, "highdma": false, "rx-gro": true, "tx-gre-csum-segmentation": true, "tx-ipxip6-segmentation": true, "tx-esp-segmentation": false, "tx-gre-segmentation": true, "tx-generic-segmentation": false, "tx-scatter-gather-fraglist": false, "rx-lro": true, "tx-tcp6-segmentation": false, "rx-vlan-filter": true, "tx-gso-list": false, "tx-tcp-segmentation": false, "esp-hw-offload": false, "tx-tcp-ecn-segmentation": false, "rx-vlan-hw-parse": true, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "tx-nocache-copy": false, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp-segmentation": false, "tx-checksum-ip-generic": true, "rx-udp-gro-forwarding": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:43Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:43Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:43Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"esp-hw-offload": false, "tx-checksum-ip-generic": true, "tx-generic-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-sctp-segmentation": false, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "tx-tcp6-segmentation": false, "tx-tcp-segmentation": false, "highdma": false, "rx-udp-gro-forwarding": false, "tx-udp-segmentation": false, "rx-vlan-filter": true, "tx-esp-segmentation": false, "rx-gro": true, "rx-lro": true, "tx-gre-csum-segmentation": true, "tx-tcp-ecn-segmentation": false, "rx-vlan-hw-parse": true, "tx-tcp-mangleid-segmentation": false, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-list": false, "tx-gre-segmentation": true, "tx-nocache-copy": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:43Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"esp-hw-offload": false, "tx-checksum-ip-generic": true, "tx-generic-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-sctp-segmentation": false, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "tx-tcp6-segmentation": false, "tx-tcp-segmentation": false, "highdma": false, "rx-udp-gro-forwarding": false, "tx-udp-segmentation": false, "rx-vlan-filter": true, "tx-esp-segmentation": false, "rx-gro": true, "rx-lro": true, "tx-gre-csum-segmentation": true, "tx-tcp-ecn-segmentation": false, "rx-vlan-hw-parse": true, "tx-tcp-mangleid-segmentation": false, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-gso-list": false, "tx-gre-segmentation": true, "tx-nocache-copy": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:44Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:44Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:44Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-nocache-copy": false, "rx-gro-list": false, "rx-lro": true, "highdma": false, "tx-sctp-segmentation": false, "tx-gre-csum-segmentation": true, "tx-generic-segmentation": false, "tx-ipxip4-segmentation": true, "esp-tx-csum-hw-offload": false, "rx-vlan-hw-parse": true, "rx-vlan-filter": true, "tx-tcp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-esp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-gre-segmentation": true, "tx-tcp6-segmentation": false, "tx-tcp-ecn-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-checksum-ip-generic": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp-segmentation": false, "rx-gro": true, "tx-tcp-mangleid-segmentation": false, "esp-hw-offload": false, "tx-ipxip6-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:44Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-nocache-copy": false, "rx-gro-list": false, "rx-lro": true, "highdma": false, "tx-sctp-segmentation": false, "tx-gre-csum-segmentation": true, "tx-generic-segmentation": false, "tx-ipxip4-segmentation": true, "esp-tx-csum-hw-offload": false, "rx-vlan-hw-parse": true, "rx-vlan-filter": true, "tx-tcp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-esp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-gre-segmentation": true, "tx-tcp6-segmentation": false, "tx-tcp-ecn-segmentation": false, "tx-scatter-gather-fraglist": false, "tx-checksum-ip-generic": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp-segmentation": false, "rx-gro": true, "tx-tcp-mangleid-segmentation": false, "esp-hw-offload": false, "tx-ipxip6-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:45Z INFO  nmstate::nm::profile] Creating/Modifying connection UUID Some("c429045a-c605-4d33-880c-eda8cc30e4f0"), ID Some("bond0"), type Some("bond") name Some("bond0")
[2022-08-05T03:19:45Z INFO  nmstate::nm::profile] Deactivating connection c429045a-c605-4d33-880c-eda8cc30e4f0: bond0/bond
[2022-08-05T03:19:45Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:45Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:45Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-checksum-ip-generic": true, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": false, "rx-vlan-filter": true, "tx-esp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-udp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-scatter-gather-fraglist": false, "rx-vlan-hw-parse": true, "esp-hw-offload": false, "tx-nocache-copy": false, "esp-tx-csum-hw-offload": false, "tx-udp_tnl-csum-segmentation": true, "rx-gro-list": false, "highdma": false, "tx-generic-segmentation": false, "tx-tcp-segmentation": false, "rx-gro": true, "tx-tcp-ecn-segmentation": false, "tx-tcp-mangleid-segmentation": false, "tx-gre-segmentation": true, "tx-ipxip4-segmentation": true, "rx-lro": true, "tx-ipxip6-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:45Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-checksum-ip-generic": true, "tx-gre-csum-segmentation": true, "tx-tcp6-segmentation": false, "rx-vlan-filter": true, "tx-esp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-udp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-scatter-gather-fraglist": false, "rx-vlan-hw-parse": true, "esp-hw-offload": false, "tx-nocache-copy": false, "esp-tx-csum-hw-offload": false, "tx-udp_tnl-csum-segmentation": true, "rx-gro-list": false, "highdma": false, "tx-generic-segmentation": false, "tx-tcp-segmentation": false, "rx-gro": true, "tx-tcp-ecn-segmentation": false, "tx-tcp-mangleid-segmentation": false, "tx-gre-segmentation": true, "tx-ipxip4-segmentation": true, "rx-lro": true, "tx-ipxip6-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:46Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:46Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:46Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-generic-segmentation": false, "rx-lro": true, "rx-gro": true, "tx-ipxip4-segmentation": true, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "esp-tx-csum-hw-offload": false, "tx-checksum-ip-generic": true, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false, "tx-tcp-ecn-segmentation": false, "tx-scatter-gather-fraglist": false, "rx-vlan-hw-parse": true, "tx-udp-segmentation": false, "rx-gro-list": false, "highdma": false, "esp-hw-offload": false, "rx-vlan-filter": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": false, "tx-nocache-copy": false, "rx-udp-gro-forwarding": false, "tx-tcp6-segmentation": false, "tx-tcp-segmentation": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:46Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-generic-segmentation": false, "rx-lro": true, "rx-gro": true, "tx-ipxip4-segmentation": true, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-segmentation": true, "esp-tx-csum-hw-offload": false, "tx-checksum-ip-generic": true, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "tx-gso-list": false, "tx-tcp-ecn-segmentation": false, "tx-scatter-gather-fraglist": false, "rx-vlan-hw-parse": true, "tx-udp-segmentation": false, "rx-gro-list": false, "highdma": false, "esp-hw-offload": false, "rx-vlan-filter": true, "tx-gre-csum-segmentation": true, "tx-esp-segmentation": false, "tx-nocache-copy": false, "rx-udp-gro-forwarding": false, "tx-tcp6-segmentation": false, "tx-tcp-segmentation": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:47Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:47Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:47Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-tcp-segmentation": false, "rx-gro": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "rx-lro": true, "tx-tcp-ecn-segmentation": false, "tx-gre-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-scatter-gather-fraglist": false, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "rx-vlan-hw-parse": true, "tx-checksum-ip-generic": true, "tx-esp-segmentation": false, "tx-udp-segmentation": false, "tx-gso-list": false, "rx-vlan-filter": true, "tx-nocache-copy": false, "esp-hw-offload": false, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "highdma": false, "tx-generic-segmentation": false, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": false, "tx-tcp6-segmentation": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:47Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-tcp-segmentation": false, "rx-gro": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "rx-lro": true, "tx-tcp-ecn-segmentation": false, "tx-gre-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-scatter-gather-fraglist": false, "tx-udp_tnl-csum-segmentation": true, "tx-sctp-segmentation": false, "rx-vlan-hw-parse": true, "tx-checksum-ip-generic": true, "tx-esp-segmentation": false, "tx-udp-segmentation": false, "tx-gso-list": false, "rx-vlan-filter": true, "tx-nocache-copy": false, "esp-hw-offload": false, "esp-tx-csum-hw-offload": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "highdma": false, "tx-generic-segmentation": false, "tx-gre-segmentation": true, "tx-tcp-mangleid-segmentation": false, "tx-tcp6-segmentation": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:48Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:48Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:48Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-udp-gro-forwarding": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp6-segmentation": false, "tx-ipxip6-segmentation": true, "tx-tcp-ecn-segmentation": false, "tx-gso-list": false, "rx-lro": true, "rx-gro-list": false, "tx-checksum-ip-generic": true, "tx-gre-csum-segmentation": true, "rx-gro": true, "tx-tcp-segmentation": false, "tx-ipxip4-segmentation": true, "tx-sctp-segmentation": false, "tx-esp-segmentation": false, "rx-vlan-filter": true, "rx-vlan-hw-parse": true, "tx-scatter-gather-fraglist": false, "tx-gre-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "esp-hw-offload": false, "tx-generic-segmentation": false, "highdma": false, "tx-udp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-nocache-copy": false, "esp-tx-csum-hw-offload": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:48Z INFO  nmstate::net_state] Retrying on verification failure: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"rx-udp-gro-forwarding": false, "tx-tcp-mangleid-segmentation": false, "tx-tcp6-segmentation": false, "tx-ipxip6-segmentation": true, "tx-tcp-ecn-segmentation": false, "tx-gso-list": false, "rx-lro": true, "rx-gro-list": false, "tx-checksum-ip-generic": true, "tx-gre-csum-segmentation": true, "rx-gro": true, "tx-tcp-segmentation": false, "tx-ipxip4-segmentation": true, "tx-sctp-segmentation": false, "tx-esp-segmentation": false, "rx-vlan-filter": true, "rx-vlan-hw-parse": true, "tx-scatter-gather-fraglist": false, "tx-gre-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "esp-hw-offload": false, "tx-generic-segmentation": false, "highdma": false, "tx-udp-segmentation": false, "tx-udp_tnl-segmentation": true, "tx-nocache-copy": false, "esp-tx-csum-hw-offload": false}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:49Z INFO  nmstate::nispor::show] Got unsupported interface lo type Loopback
[2022-08-05T03:19:50Z INFO  nmstate::nm::show] Got unsupported interface type generic: lo, ignoring
[2022-08-05T03:19:50Z ERROR nmstate::ifaces::inter_ifaces] VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-tcp6-segmentation": false, "esp-hw-offload": false, "tx-udp_tnl-segmentation": true, "tx-udp-segmentation": false, "esp-tx-csum-hw-offload": false, "tx-tcp-segmentation": false, "tx-sctp-segmentation": false, "rx-gro-list": false, "tx-gre-csum-segmentation": true, "tx-tcp-ecn-segmentation": false, "rx-gro": true, "tx-generic-segmentation": false, "tx-tcp-mangleid-segmentation": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "highdma": false, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": false, "tx-ipxip4-segmentation": true, "rx-lro": true, "rx-vlan-hw-parse": true, "rx-vlan-filter": true, "tx-esp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })
[2022-08-05T03:19:50Z INFO  nmstate::net_state] Rollbacked to checkpoint /org/freedesktop/NetworkManager/Checkpoint/21
NmstateError: VerificationError: Absent/Down interface bond0/bond still found as Bond(BondInterface { base: BaseInterface { name: "bond0", description: None, prop_list: ["name", "state", "iface_type", "ipv4", "ipv6", "mac_address", "controller", "mtu", "accept_all_mac_addresses", "ethtool"], iface_type: Bond, state: Down, mac_address: Some("86:4B:F8:95:E5:94"), permanent_mac_address: None, mtu: Some(1500), wait_ip: None, ipv4: Some(InterfaceIpv4 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_client_id: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), ipv6: Some(InterfaceIpv6 { enabled: false, prop_list: ["enabled"], dhcp: None, dhcp_duid: None, autoconf: None, addr_gen_mode: None, addresses: None, dns: None, auto_dns: None, auto_gateway: None, auto_routes: None, auto_table_id: None }), controller: None, accept_all_mac_addresses: Some(false), copy_mac_from: None, ovsdb: None, ieee8021x: None, lldp: None, ethtool: Some(EthtoolConfig { pause: None, feature: Some({"tx-gso-list": false, "tx-tcp6-segmentation": false, "esp-hw-offload": false, "tx-udp_tnl-segmentation": true, "tx-udp-segmentation": false, "esp-tx-csum-hw-offload": false, "tx-tcp-segmentation": false, "tx-sctp-segmentation": false, "rx-gro-list": false, "tx-gre-csum-segmentation": true, "tx-tcp-ecn-segmentation": false, "rx-gro": true, "tx-generic-segmentation": false, "tx-tcp-mangleid-segmentation": false, "tx-ipxip6-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "highdma": false, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": false, "tx-ipxip4-segmentation": true, "rx-lro": true, "rx-vlan-hw-parse": true, "rx-vlan-filter": true, "tx-esp-segmentation": false, "rx-udp-gro-forwarding": false, "tx-checksum-ip-generic": true, "tx-gre-segmentation": true}), coalesce: None, ring: None }), controller_type: None, up_priority: 0, routes: None, rules: None, _other: {} }, bond: Some(BondConfig { mode: Some(RoundRobin), options: Some(BondOptions { ad_actor_sys_prio: None, ad_actor_system: None, ad_select: None, ad_user_port_key: None, all_slaves_active: Some(Dropped), arp_all_targets: Some(Any), arp_interval: Some(0), arp_ip_target: None, arp_validate: Some(None), downdelay: Some(0), fail_over_mac: None, lacp_rate: None, lp_interval: None, miimon: Some(0), min_links: None, num_grat_arp: None, num_unsol_na: None, packets_per_slave: Some(1), primary: None, primary_reselect: None, resend_igmp: Some(1), tlb_dynamic_lb: None, updelay: Some(0), use_carrier: Some(true), xmit_hash_policy: None }), port: Some([]) }) })

Comment 2 Gris Ge 2022-11-03 07:02:14 UTC
Patch sent to upstream: https://github.com/nmstate/nmstate/pull/2083

Comment 6 Mingyu Shi 2022-11-30 04:13:00 UTC
Verified with:
nmstate-2.2.1-1.el9.x86_64
NetworkManager-1.41.4-2.el9.x86_64
Linux dell-per740-80.rhts.eng.pek2.redhat.com 5.14.0-197.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 16 14:31:27 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
DISTRO=RHEL-9.2.0-20221118.4

Notice it fixed the bridge issue but the bond state down issue in #comment1 , I will open a new one for tracking

Comment 8 errata-xmlrpc 2023-05-09 07:31:01 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 (nmstate bug fix and enhancement update), 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-2023:2190


Note You need to log in before you can comment on or make changes to this bug.