summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorDaniel Ding <zhihui.ding@easystack.cn>2022-10-27 14:01:13 +0800
committerIlya Maximets <i.maximets@ovn.org>2022-12-06 16:21:54 +0100
commit093915e04a978c3c37005968f2a4358ef24a2745 (patch)
tree2682bec342098dfd5fb3552f90d34b28ba585e1e /vswitchd
parentb8bf410a5c94173da02279b369d75875c4035959 (diff)
downloadopenvswitch-093915e04a978c3c37005968f2a4358ef24a2745.tar.gz
vswitch.ovsschema: Set bfd_status to ephemeral.
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. Signed-off-by: Daniel Ding <zhihui.ding@easystack.cn> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.ovsschema7
1 files 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"},