Hello,

I was playing with ovs-vsctl, adding and removing ports/interfaces and
checking some traffic with ovs-tcpdump. Later, I noticed the following
warning in the logs:

  ovs-vswitchd[156154]: ovs|02897|bridge|ERR|bridge ovs-default:
mirror m_bond0.10 does not specify output; ignoring

I tried to remove it manually but got the following error:

  # ovs-vsctl remove mirror b20f3ce4-c5c2-453a-9fa4-99175be0a02a name m_bond0.10
  ovs-vsctl: "remove" operation would put 0 values in column name of
table Mirror but the minimum number is 1

I'm not sure why the minimum would be 1 and how to make that warning go away.

This `bond0.10` interface was an interface I had before but I'm not
using anymore so it doesn't exist in the system.

Here's some information about my environment:

Linux 6.7.10-200.fc39.x86_64
ovs-vsctl (Open vSwitch) 3.2.2
DB Schema 8.4.0

# ovs-vsctl show
3f966dc0-39cf-4e28-a518-98195312f45b
    Bridge ovs-default
        Port vnet4
            tag: 2
            Interface vnet4
        Port vnet6
            tag: 20
            Interface vnet6
        Port bond0
            trunks: [2, 10, 20]
            Interface bond0
        Port hal-veth1
            Interface hal-veth1
        Port ovs-default
            Interface ovs-default
                type: internal
        Port vnet5
            tag: 10
            Interface vnet5
    ovs_version: "3.2.2"

# ovs-dpctl show
system@ovs-system:
  lookups: hit:33305 missed:540 lost:0
  flows: 6
  masks: hit:36380 total:4 hit/pkt:1.07
  cache: hit:32141 hit-rate:94.97%
  caches:
    masks-cache: size:256
  port 0: ovs-system (internal)
  port 1: ovs-default (internal)
  port 2: bond0
  port 3: vnet4
  port 4: vnet5
  port 5: vnet6
  port 6: hal-veth1

# ovs-ofctl show ovs-default
OFPT_FEATURES_REPLY (xid=0x2): dpid:0000be2849cb694a
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan
mod_dl_src mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src
mod_tp_dst
 3(bond0): addr:02:76:c6:01:43:25
     config:     0
     state:      0
     speed: 0 Mbps now, 0 Mbps max
 14(vnet4): addr:fe:00:00:02:00:02
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 15(vnet5): addr:fe:00:00:10:02:54
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 16(vnet6): addr:fe:00:00:20:02:54
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 417(hal-veth1): addr:1e:de:04:d7:df:dc
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 LOCAL(ovs-default): addr:be:28:49:cb:69:4a
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to