From 771c8ea048236155c8f258d4cff80a09127711ab Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Mon, 12 Mar 2018 10:31:25 +0000 Subject: ovs-vsctl: Include bfd_status in "show" output for interfaces Since OVS 2.8 OVN provides L3HA capabilities via BFD monitoring, but checking the status of BFD is not obvious, and we provide a simple way to visualize the status with this simple patch. Signed-off-by: Miguel Angel Ajo Tested-by: Miguel Angel Ajo Signed-off-by: Ben Pfaff --- lib/db-ctl-base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/db-ctl-base.h b/lib/db-ctl-base.h index eb4442705..d8c4db2c6 100644 --- a/lib/db-ctl-base.h +++ b/lib/db-ctl-base.h @@ -197,7 +197,7 @@ struct weak_ref_table { struct cmd_show_table { const struct ovsdb_idl_table_class *table; const struct ovsdb_idl_column *name_column; - const struct ovsdb_idl_column *columns[3]; /* Seems like a good number. */ + const struct ovsdb_idl_column *columns[4]; /* Seems like a good number. */ const struct weak_ref_table wref_table; }; -- cgit v1.2.1