summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiguel Angel Ajo <majopela@redhat.com>2018-03-12 10:31:25 +0000
committerBen Pfaff <blp@ovn.org>2018-03-14 15:33:05 -0700
commit771c8ea048236155c8f258d4cff80a09127711ab (patch)
tree408426f74307443509381535c70b44be48965c14 /lib
parent69f453713459c60e5619174186f94a0975891580 (diff)
downloadopenvswitch-771c8ea048236155c8f258d4cff80a09127711ab.tar.gz
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 <majopela@redhat.com> Tested-by: Miguel Angel Ajo <majopela@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/db-ctl-base.h2
1 files changed, 1 insertions, 1 deletions
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;
};