I'm seeing an identical issue to the one posted here a few months ago:

https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047558.html
- I'll include the bug report template at the end.

The issue is an ovs-vswitchd thread consuming 100% CPU in a very lightly
used Openstack Rocky cloud running on Bionic. Logs are filled with
entries like this, about ~14000 per day:

2019-05-01T18:34:30.110Z|237220|poll_loop(handler89)|INFO|Dropped
1092844 log messages in last 6 seconds (most recently, 0 seconds ago)
due to excessive rate

2019-05-01T18:34:30.110Z|237221|poll_loop(handler89)|INFO|wakeup due to
[POLLIN] on fd 42 (unknown anon_inode:[eventpoll]) at
../lib/dpif-netlink.c:2786 (99% CPU usage)

ovs-vswitchd is running alongside various neutron processes
(lbaasv2-agent, metadata-agent, l3-agent, dhcp-agent, openvswitch-agent)
inside an LXC container on a physical host. There is a single neutron
router, and the entire environment including br-tun, br-ex, and br-int
traffic barely goes over 200KiB/s TX/RX combined.

If it is an issue with the Ubuntu packaged version (the other report is
the same 2.10.0 package on Bionic which is suspicious), I've also filed
a bug to track things here:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1827264

Thanks for any feedback or troubleshooting steps anyone can provide.

Cheers, Jamon





Bug template:

What you did that make the problem appear.
  - host server was hard rebooted. lxc containers came back up fine, but
    ovs-vswitchd thread is spinning CPU and has remained that way for 10
    days

What you expected to happen.
  - negligible CPU usage since the cloud isn't in production

What actually happened.
  - a single ovs-vswitchd thread is spinning at 100% CPU and logs are
    populated with thousands of messages claiming a million+ messages
    are dropped every 6 seconds

The Open vSwitch version number (as output by ovs-vswitchd --version).
  - ovs-vswitchd (Open vSwitch) 2.10.0 (the Ubuntu packaged version)

The Git commit number (as output by git rev-parse HEAD)
  - N/A

Any local patches or changes you have applied (if any).
  - N/A

The kernel version on which Open vSwitch is running (from /proc/version)
  - Linux version 4.15.0-47-generic (buildd@lgw01-amd64-001) (gcc
    version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #50-Ubuntu SMP Wed Mar 13
    10:44:52 UTC 2019

The distribution and version number of your OS (e.g. “Centos 5.0”).
  - Ubuntu 18.04.2 LTS

The contents of the vswitchd configuration database (usually
/etc/openvswitch/conf.db).
  - See attached conf.db.txt

The output of ovs-dpctl show.
  - See below:

root@juju-df624b-4-lxd-10:~# ovs-dpctl show
system@ovs-system:
  lookups: hit:223561120 missed:5768546 lost:798
  flows: 131
  masks: hit:2284286371 total:15 hit/pkt:9.96
  port 0: ovs-system (internal)
  port 1: br-ex (internal)
  port 2: eth1
  port 3: gre_sys (gre: packet_type=ptap)
  port 4: br-tun (internal)
  port 5: br-int (internal)
  port 6: tapa062d6f1-40
  port 7: tapf90e3ab6-13
  port 8: tap45ba891c-4c

root@juju-df624b-4-lxd-10:~# ovs-ofctl show br-int
OFPT_FEATURES_REPLY (xid=0x2): dpid:00003643edb09542
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
 1(int-br-ex): addr:4a:b4:cc:dd:aa:ac
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 2(patch-tun): addr:7a:36:76:1f:47:6e
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 3(tapa062d6f1-40): addr:92:d4:6c:26:55:0a
     config: 0
     state: 0
     current: 10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 4(tapf90e3ab6-13): addr:9e:8b:4f:ae:8f:ba
     config: 0
     state: 0
     current: 10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 5(tap45ba891c-4c): addr:76:45:39:c8:d7:e0
     config: 0
     state: 0
     current: 10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:36:43:ed:b0:95:42
     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

root@juju-df624b-4-lxd-10:~# ovs-ofctl show br-tun
OFPT_FEATURES_REPLY (xid=0x2): dpid:000092c6c8f4a545
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
 1(patch-int): addr:02:1d:bc:ec:0c:3b
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 2(gre-0a30029b): addr:fe:09:61:11:92:8b
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 3(gre-0a3002a2): addr:a2:64:93:48:e2:82
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 4(gre-0a30029d): addr:12:b1:73:32:19:d4
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 5(gre-0a3002ce): addr:ca:10:51:f2:0f:05
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 6(gre-0a3002a1): addr:de:fe:95:33:d9:67
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 7(gre-0a30029e): addr:5a:fa:ce:15:7b:5c
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 8(gre-0a3002c3): addr:b6:87:66:09:fc:04
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 10(gre-0a3002a0): addr:ce:79:f2:bf:a8:94
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 14(gre-0a30029f): addr:b6:b0:84:7d:9f:aa
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 18(gre-0a30029c): addr:da:14:12:54:1c:ec
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-tun): addr:92:c6:c8:f4:a5:45
     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

root@juju-df624b-4-lxd-10:~# ovs-ofctl show br-ex
OFPT_FEATURES_REPLY (xid=0x2): dpid:000000163e9a47a2
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
 1(eth1): addr:00:16:3e:9a:47:a2
     config: 0
     state: 0
     current: 10GB-FD COPPER
     speed: 10000 Mbps now, 0 Mbps max
 2(phy-br-ex): addr:ce:a8:6a:25:55:0e
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-ex): addr:00:16:3e:9a:47:a2
     config: 0
     state: 0
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
OVSDB JSON 13210 f15cb2cc48f300ff798551cf23327fc3f9166611
{"cksum":"1452282319 
23860","name":"Open_vSwitch","version":"7.16.1","tables":{"Controller":{"columns":{"connection_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["in-band","out-of-band"]]}}},"is_connected":{"ephemeral":true,"type":"boolean"},"local_gateway":{"type":{"min":0,"key":"string"}},"enable_async_messages":{"type":{"min":0,"key":"boolean"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"local_netmask":{"type":{"min":0,"key":"string"}},"controller_burst_limit":{"type":{"min":0,"key":{"minInteger":25,"type":"integer"}}},"local_ip":{"type":{"min":0,"key":"string"}},"controller_rate_limit":{"type":{"min":0,"key":{"minInteger":100,"type":"integer"}}},"target":{"type":"string"},"role":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["master","other","slave"]]}}},"inactivity_probe":{"type":{"min":0,"key":"integer"}},"max_backoff":{"type":{"min":0,"key":{"minInteger":1000,"type":"integer"}}}}},"Bridge":{"indexes":[["name"]],"columns":{"name":{"mutable":false,"type":"string"},"flood_vlans":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"stp_enable":{"type":"boolean"},"ports":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Port"}}},"auto_attach":{"type":{"min":0,"key":{"type":"uuid","refTable":"AutoAttach"}}},"fail_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["secure","standalone"]]}}},"rstp_enable":{"type":"boolean"},"rstp_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"flow_tables":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":254,"type":"integer"},"value":{"type":"uuid","refTable":"Flow_Table"}}},"netflow":{"type":{"min":0,"key":{"type":"uuid","refTable":"NetFlow"}}},"datapath_type":{"type":"string"},"controller":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Controller"}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ipfix":{"type":{"min":0,"key":{"type":"uuid","refTable":"IPFIX"}}},"mirrors":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Mirror"}}},"datapath_id":{"ephemeral":true,"type":{"min":0,"key":"string"}},"mcast_snooping_enable":{"type":"boolean"},"protocols":{"type":{"max":"unlimited","min":0,"key":{"type":"string","enum":["set",["OpenFlow10","OpenFlow11","OpenFlow12","OpenFlow13","OpenFlow14","OpenFlow15","OpenFlow16"]]}}},"sflow":{"type":{"min":0,"key":{"type":"uuid","refTable":"sFlow"}}},"datapath_version":{"type":"string"}}},"Queue":{"isRoot":true,"columns":{"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"dscp":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":63,"type":"integer"}}}}},"IPFIX":{"columns":{"cache_active_timeout":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4200,"type":"integer"}}},"obs_point_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"sampling":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":4294967295,"type":"integer"}}},"targets":{"type":{"max":"unlimited","min":0,"key":"string"}},"obs_domain_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"cache_max_flows":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}}}},"NetFlow":{"columns":{"active_timeout":{"type":{"key":{"minInteger":-1,"type":"integer"}}},"engine_type":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":255,"type":"integer"}}},"engine_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":255,"type":"integer"}}},"add_id_to_interface":{"type":"boolean"},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"targets":{"type":{"max":"unlimited","key":"string"}}}},"Open_vSwitch":{"maxRows":1,"isRoot":true,"columns":{"manager_options":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Manager"}}},"dpdk_initialized":{"type":"boolean"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"dpdk_version":{"type":{"min":0,"key":"string"}},"cur_cfg":{"type":"integer"},"next_cfg":{"type":"integer"},"iface_types":{"type":{"max":"unlimited","min":0,"key":"string"}},"datapath_types":{"type":{"max":"unlimited","min":0,"key":"string"}},"db_version":{"type":{"min":0,"key":"string"}},"system_version":{"type":{"min":0,"key":"string"}},"bridges":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Bridge"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ovs_version":{"type":{"min":0,"key":"string"}},"ssl":{"type":{"min":0,"key":{"type":"uuid","refTable":"SSL"}}},"system_type":{"type":{"min":0,"key":"string"}}}},"QoS":{"isRoot":true,"columns":{"queues":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"},"value":{"type":"uuid","refTable":"Queue"}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"type":{"type":"string"}}},"Port":{"indexes":[["name"]],"columns":{"name":{"mutable":false,"type":"string"},"bond_downdelay":{"type":"integer"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"protected":{"type":"boolean"},"fake_bridge":{"type":"boolean"},"mac":{"type":{"min":0,"key":"string"}},"trunks":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"rstp_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"tag":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"cvlans":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"bond_updelay":{"type":"integer"},"bond_active_slave":{"type":{"min":0,"key":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bond_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["active-backup","balance-slb","balance-tcp"]]}}},"qos":{"type":{"min":0,"key":{"type":"uuid","refTable":"QoS"}}},"bond_fake_iface":{"type":"boolean"},"interfaces":{"type":{"max":"unlimited","key":{"type":"uuid","refTable":"Interface"}}},"vlan_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["access","dot1q-tunnel","native-tagged","native-untagged","trunk"]]}}},"rstp_statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"lacp":{"type":{"min":0,"key":{"type":"string","enum":["set",["active","off","passive"]]}}}}},"sFlow":{"columns":{"agent":{"type":{"min":0,"key":"string"}},"header":{"type":{"min":0,"key":"integer"}},"polling":{"type":{"min":0,"key":"integer"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"sampling":{"type":{"min":0,"key":"integer"}},"targets":{"type":{"max":"unlimited","key":"string"}}}},"SSL":{"maxRows":1,"columns":{"bootstrap_ca_cert":{"type":"boolean"},"certificate":{"type":"string"},"private_key":{"type":"string"},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ca_cert":{"type":"string"}}},"Flow_Sample_Collector_Set":{"isRoot":true,"indexes":[["id","bridge"]],"columns":{"id":{"type":{"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"ipfix":{"type":{"min":0,"key":{"type":"uuid","refTable":"IPFIX"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bridge":{"type":{"key":{"type":"uuid","refTable":"Bridge"}}}}},"Mirror":{"columns":{"select_all":{"type":"boolean"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"name":{"type":"string"},"output_vlan":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":4095,"type":"integer"}}},"select_dst_port":{"type":{"max":"unlimited","min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"select_src_port":{"type":{"max":"unlimited","min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"snaplen":{"type":{"min":0,"key":{"minInteger":14,"maxInteger":65535,"type":"integer"}}},"output_port":{"type":{"min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"select_vlan":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}}}},"Flow_Table":{"columns":{"name":{"type":{"min":0,"key":"string"}},"prefixes":{"type":{"max":3,"min":0,"key":"string"}},"groups":{"type":{"max":"unlimited","min":0,"key":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"overflow_policy":{"type":{"min":0,"key":{"type":"string","enum":["set",["evict","refuse"]]}}},"flow_limit":{"type":{"min":0,"key":{"minInteger":0,"type":"integer"}}}}},"Interface":{"indexes":[["name"]],"columns":{"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"mac":{"type":{"min":0,"key":"string"}},"options":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bfd_status":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_health":{"ephemeral":true,"type":{"min":0,"key":{"minInteger":0,"maxInteger":100,"type":"integer"}}},"ofport":{"type":{"min":0,"key":"integer"}},"admin_state":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"error":{"type":{"min":0,"key":"string"}},"cfm_fault_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string"}},"mtu":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"lacp_current":{"ephemeral":true,"type":{"min":0,"key":"boolean"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ofport_request":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":65279,"type":"integer"}}},"link_state":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"cfm_remote_opstate":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"cfm_fault":{"ephemeral":true,"type":{"min":0,"key":"boolean"}},"link_speed":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"duplex":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["full","half"]]}}},"ingress_policing_rate":{"type":{"key":{"minInteger":0,"type":"integer"}}},"name":{"mutable":false,"type":"string"},"mtu_request":{"type":{"min":0,"key":{"minInteger":1,"type":"integer"}}},"cfm_flap_count":{"type":{"min":0,"key":"integer"}},"ifindex":{"ephemeral":true,"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"type":{"type":"string"},"mac_in_use":{"ephemeral":true,"type":{"min":0,"key":"string"}},"link_resets":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"lldp":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_remote_mpids":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"integer"}},"bfd":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_mpid":{"type":{"min":0,"key":"integer"}},"ingress_policing_burst":{"type":{"key":{"minInteger":0,"type":"integer"}}}}},"AutoAttach":{"columns":{"mappings":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":16777215,"type":"integer"},"value":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"system_description":{"type":"string"},"system_name":{"type":"string"}}},"Manager":{"indexes":[["target"]],"columns":{"is_connected":{"ephemeral":true,"type":"boolean"},"connection_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["in-band","out-of-band"]]}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"target":{"type":"string"},"max_backoff":{"type":{"min":0,"key":{"minInteger":1000,"type":"integer"}}},"inactivity_probe":{"type":{"min":0,"key":"integer"}}}}}}
OVSDB JSON 10397 06da376b46a78bab90b34d46d513d7dd837a8002
{"Controller":{"c9901a31-4881-4db1-8f1f-3e0fcfe5a46b":{"connection_mode":"out-of-band","target":"tcp:127.0.0.1:6633"},"58cc3d32-ff44-4367-afcb-1307ebb8b295":{"connection_mode":"out-of-band","target":"tcp:127.0.0.1:6633"},"914a18dc-0809-47ca-9f27-88789e40616a":{"connection_mode":"out-of-band","target":"tcp:127.0.0.1:6633"}},"Port":{"b256461f-90cd-4798-b3ad-8bd3d8c79f16":{"name":"gre-0a30029c","interfaces":["uuid","c5f5ca02-a12d-4d93-a830-25bcaf61830f"]},"37f8d110-66ab-4c9d-8733-38ba25418952":{"name":"patch-int","interfaces":["uuid","58d89143-a742-4b2c-a886-a642b41129f9"]},"c57bb99b-1a46-4154-9697-033cc04e75cb":{"name":"gre-0a3002a1","interfaces":["uuid","11d5ac68-f44c-4e7f-911a-a264d047433e"]},"6e0e8952-0bdb-4676-b8e8-8ef5838362f6":{"name":"br-int","interfaces":["uuid","9b4daa0b-95a5-4d97-8d0d-27b9ba05f239"]},"4fc5c327-3a97-441d-b43c-9c0c8f65f48f":{"name":"gre-0a30029d","interfaces":["uuid","8414ddd4-cc77-403f-a306-8e9ca58bf210"]},"4c8a6e11-957f-4421-a8b3-78e79e6a6b07":{"name":"br-ex","interfaces":["uuid","bac7ef20-2f58-488d-88c5-53ad902740b8"]},"d8790d6d-5dc8-4ab3-a166-25e9e90b5de4":{"name":"eth1","interfaces":["uuid","57e19b05-d95c-4d43-b570-fe406a1a2c26"]},"5c67e7b5-cd2e-45d4-9d89-be676199517b":{"name":"gre-0a30029e","interfaces":["uuid","3ce3dd6b-b47f-4236-b2b6-f3cbc771e664"]},"914a6ddf-760f-41c6-8e82-37839d41f4a0":{"name":"phy-br-ex","interfaces":["uuid","aa7ac0e5-505a-4a2d-954b-1f4ea69599a2"]},"a3f398a0-6687-4b5b-bcf6-149aa813d173":{"name":"int-br-ex","interfaces":["uuid","9ca3b65a-8737-473e-af02-d8d692085512"]},"bae8866d-0b26-435d-979b-15d83f875713":{"name":"tap45ba891c-4c","interfaces":["uuid","6a735bb7-1f39-4da1-bd00-625b6c0f5c68"],"other_config":["map",[["net_uuid","3ef73c8c-cb5c-4123-bf35-c7a0d3b4c343"],["network_type","flat"],["physical_network","physnet1"],["tag","2"]]],"tag":2},"38afaa43-b55e-496a-b2b4-9b16983899b6":{"name":"gre-0a30029b","interfaces":["uuid","ddfdd0e4-d7c9-49a6-bbde-777c4cbea921"]},"25a38c09-8caa-4ba1-a2dc-b2b481adfe44":{"name":"gre-0a3002a0","interfaces":["uuid","3bd34d29-d5b2-4b97-898f-17fece1ab2ac"]},"b9dc3272-8779-47fa-ae9a-0521fe469300":{"name":"gre-0a30029a","interfaces":["uuid","a9a2926c-d04c-4eec-a795-21b2e32614f3"]},"99e614ff-d323-40db-8f7c-b5cf08fd13e1":{"name":"gre-0a3002a2","interfaces":["uuid","57d8806e-e265-4b4e-b083-802571cfaeaf"]},"7305619d-cd39-4447-8fcb-95b842584192":{"name":"gre-0a3002ce","interfaces":["uuid","baaaed33-8f08-452b-a236-9205323b82df"]},"4ea53e0e-3509-40bd-bab1-3b7cac2e0431":{"name":"gre-0a30029f","interfaces":["uuid","8509a79d-cd02-4245-883e-4c2588ed192c"]},"19949182-c180-4be6-8f90-7d49c931f729":{"name":"patch-tun","interfaces":["uuid","5b582b17-3f68-461d-9cb7-c8ebf53b2a61"]},"ab3e33d1-8f0c-43f0-8b19-32b1ad44dd70":{"name":"br-tun","interfaces":["uuid","b857196a-7ccb-4b60-962a-3502d8f5e2c4"]},"6f565675-f608-4c98-bbea-a0a150f4b7a3":{"name":"gre-0a3002c3","interfaces":["uuid","e5e40095-2a16-4bf9-a798-457cb899bea2"]},"0239f1f5-886b-4392-86f2-554d1e6fb1cb":{"name":"tapf90e3ab6-13","interfaces":["uuid","d7fce010-6cb1-482a-80db-31a84580ce21"],"other_config":["map",[["net_uuid","d75416f2-093a-4ffb-aaf6-d22f350d01ea"],["network_type","gre"],["physical_network","None"],["segmentation_id","100"],["tag","1"]]],"tag":1},"c2daea16-99f7-42d1-9359-04dd74f8a300":{"name":"tapa062d6f1-40","interfaces":["uuid","a03e0001-8595-47ec-aab7-865686690be0"],"other_config":["map",[["net_uuid","d75416f2-093a-4ffb-aaf6-d22f350d01ea"],["network_type","gre"],["physical_network","None"],["segmentation_id","100"],["tag","1"]]],"tag":1}},"Bridge":{"f4324d7a-6be7-4dcc-9ab3-b3b95c4efafd":{"name":"br-ex","datapath_type":"system","controller":["uuid","914a18dc-0809-47ca-9f27-88789e40616a"],"other_config":["map",[["mac-table-size","50000"]]],"ports":["set",[["uuid","4c8a6e11-957f-4421-a8b3-78e79e6a6b07"],["uuid","914a6ddf-760f-41c6-8e82-37839d41f4a0"],["uuid","d8790d6d-5dc8-4ab3-a166-25e9e90b5de4"]]],"fail_mode":"secure","datapath_version":"<unknown>","protocols":["set",["OpenFlow10","OpenFlow13"]]},"f4c8c690-5d84-45a5-a7b3-891a0fa41663":{"name":"br-tun","datapath_type":"system","controller":["uuid","58cc3d32-ff44-4367-afcb-1307ebb8b295"],"other_config":["map",[["mac-table-size","50000"]]],"ports":["set",[["uuid","25a38c09-8caa-4ba1-a2dc-b2b481adfe44"],["uuid","37f8d110-66ab-4c9d-8733-38ba25418952"],["uuid","38afaa43-b55e-496a-b2b4-9b16983899b6"],["uuid","4ea53e0e-3509-40bd-bab1-3b7cac2e0431"],["uuid","4fc5c327-3a97-441d-b43c-9c0c8f65f48f"],["uuid","5c67e7b5-cd2e-45d4-9d89-be676199517b"],["uuid","6f565675-f608-4c98-bbea-a0a150f4b7a3"],["uuid","7305619d-cd39-4447-8fcb-95b842584192"],["uuid","99e614ff-d323-40db-8f7c-b5cf08fd13e1"],["uuid","ab3e33d1-8f0c-43f0-8b19-32b1ad44dd70"],["uuid","b256461f-90cd-4798-b3ad-8bd3d8c79f16"],["uuid","b9dc3272-8779-47fa-ae9a-0521fe469300"],["uuid","c57bb99b-1a46-4154-9697-033cc04e75cb"]]],"fail_mode":"secure","datapath_version":"<unknown>","protocols":["set",["OpenFlow10","OpenFlow13"]]},"b0ed4337-f724-4295-908f-b85b46363edb":{"name":"br-int","datapath_type":"system","controller":["uuid","c9901a31-4881-4db1-8f1f-3e0fcfe5a46b"],"other_config":["map",[["mac-table-size","50000"]]],"ports":["set",[["uuid","0239f1f5-886b-4392-86f2-554d1e6fb1cb"],["uuid","19949182-c180-4be6-8f90-7d49c931f729"],["uuid","6e0e8952-0bdb-4676-b8e8-8ef5838362f6"],["uuid","a3f398a0-6687-4b5b-bcf6-149aa813d173"],["uuid","bae8866d-0b26-435d-979b-15d83f875713"],["uuid","c2daea16-99f7-42d1-9359-04dd74f8a300"]]],"fail_mode":"secure","datapath_version":"<unknown>","protocols":["set",["OpenFlow10","OpenFlow13"]]}},"Open_vSwitch":{"f109dc9c-a3ed-4d7c-88dc-15823589cbab":{"bridges":["set",[["uuid","b0ed4337-f724-4295-908f-b85b46363edb"],["uuid","f4324d7a-6be7-4dcc-9ab3-b3b95c4efafd"],["uuid","f4c8c690-5d84-45a5-a7b3-891a0fa41663"]]],"manager_options":["uuid","19abce70-4ed7-4cd2-b787-367a16d02ac4"],"ovs_version":"2.10.0","external_ids":["map",[["hostname","juju-df624b-4-lxd-10.bos01.canonistack.internal"],["rundir","/var/run/openvswitch"],["system-id","df970536-8004-445f-9a15-c817f7d26d69"]]],"cur_cfg":472,"dpdk_version":"none","next_cfg":472,"datapath_types":["set",["netdev","system"]],"iface_types":["set",["erspan","geneve","gre","internal","ip6erspan","ip6gre","lisp","patch","stt","system","tap","vxlan"]],"system_type":"ubuntu","db_version":"7.16.1","system_version":"18.04"}},"_comment":"compacting
 database 
online","Interface":{"8509a79d-cd02-4245-883e-4c2588ed192c":{"name":"gre-0a30029f","ofport":14,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.159"]]],"type":"gre"},"11d5ac68-f44c-4e7f-911a-a264d047433e":{"name":"gre-0a3002a1","ofport":6,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.161"]]],"type":"gre"},"57d8806e-e265-4b4e-b083-802571cfaeaf":{"name":"gre-0a3002a2","ofport":3,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.162"]]],"type":"gre"},"e5e40095-2a16-4bf9-a798-457cb899bea2":{"name":"gre-0a3002c3","ofport":8,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.195"]]],"type":"gre"},"3bd34d29-d5b2-4b97-898f-17fece1ab2ac":{"name":"gre-0a3002a0","ofport":10,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.160"]]],"type":"gre"},"ddfdd0e4-d7c9-49a6-bbde-777c4cbea921":{"name":"gre-0a30029b","ofport":2,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.155"]]],"type":"gre"},"baaaed33-8f08-452b-a236-9205323b82df":{"name":"gre-0a3002ce","ofport":5,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.206"]]],"type":"gre"},"58d89143-a742-4b2c-a886-a642b41129f9":{"name":"patch-int","ofport":1,"options":["map",[["peer","patch-tun"]]],"type":"patch"},"d7fce010-6cb1-482a-80db-31a84580ce21":{"name":"tapf90e3ab6-13","ofport":4,"external_ids":["map",[["attached-mac","fa:16:3e:c5:2a:c9"],["iface-id","f90e3ab6-1374-43df-9953-0d89fe4392f3"],["iface-status","active"]]]},"b857196a-7ccb-4b60-962a-3502d8f5e2c4":{"name":"br-tun","ofport":65534,"type":"internal"},"3ce3dd6b-b47f-4236-b2b6-f3cbc771e664":{"name":"gre-0a30029e","ofport":7,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.158"]]],"type":"gre"},"aa7ac0e5-505a-4a2d-954b-1f4ea69599a2":{"name":"phy-br-ex","ofport":2,"options":["map",[["peer","int-br-ex"]]],"type":"patch"},"9ca3b65a-8737-473e-af02-d8d692085512":{"name":"int-br-ex","ofport":1,"options":["map",[["peer","phy-br-ex"]]],"type":"patch"},"57e19b05-d95c-4d43-b570-fe406a1a2c26":{"name":"eth1","ofport":1},"a03e0001-8595-47ec-aab7-865686690be0":{"name":"tapa062d6f1-40","ofport":3,"external_ids":["map",[["attached-mac","fa:16:3e:7f:96:23"],["iface-id","a062d6f1-40cc-4bc8-b7d6-0e0b44fabbbd"],["iface-status","active"]]]},"6a735bb7-1f39-4da1-bd00-625b6c0f5c68":{"name":"tap45ba891c-4c","ofport":5,"external_ids":["map",[["attached-mac","fa:16:3e:0b:57:79"],["iface-id","45ba891c-4c76-4d32-a9e6-fc287e08e825"],["iface-status","active"]]]},"a9a2926c-d04c-4eec-a795-21b2e32614f3":{"name":"gre-0a30029a","ofport":9,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.154"]]],"type":"gre"},"c5f5ca02-a12d-4d93-a830-25bcaf61830f":{"name":"gre-0a30029c","ofport":18,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.156"]]],"type":"gre"},"bac7ef20-2f58-488d-88c5-53ad902740b8":{"name":"br-ex","ofport":65534,"type":"internal"},"5b582b17-3f68-461d-9cb7-c8ebf53b2a61":{"name":"patch-tun","ofport":2,"options":["map",[["peer","patch-int"]]],"type":"patch"},"9b4daa0b-95a5-4d97-8d0d-27b9ba05f239":{"name":"br-int","ofport":65534,"type":"internal"},"8414ddd4-cc77-403f-a306-8e9ca58bf210":{"name":"gre-0a30029d","ofport":4,"options":["map",[["df_default","true"],["in_key","flow"],["local_ip","10.48.2.194"],["out_key","flow"],["remote_ip","10.48.2.157"]]],"type":"gre"}},"Manager":{"19abce70-4ed7-4cd2-b787-367a16d02ac4":{"target":"ptcp:6640:127.0.0.1"}},"_date":1556801819719}
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to