When restart openvswitch, the bfd status will be kept
before ovs-vswitchd running. And if the ovs-vswitchd
has high workload, which will defer updating bfd status,
which not we excepted.
---
 vswitchd/vswitch.ovsschema | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 4873cfde7..1a49cdffe 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
- "version": "8.3.0",
- "cksum": "3781850481 26690",
+ "version": "8.3.1",
+ "cksum": "3012963480 26720",
  "tables": {
    "Open_vSwitch": {
      "columns": {
@@ -280,7 +280,8 @@
                "min": 0, "max": "unlimited"}},
        "bfd_status": {
            "type": {"key": "string", "value": "string",
-               "min": 0, "max": "unlimited"}},
+               "min": 0, "max": "unlimited"},
+           "ephemeral": true},
        "cfm_mpid": {
          "type": {
            "key": {"type": "integer"},
-- 
2.25.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to