amorenoz / ovsdb-mon

An OVSDB database visualization tool based on auto-generated schema bindings
Apache License 2.0
23 stars 4 forks source link

tables: print content of optional fields #23

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

Some fields are now optional in libovsdb, so they are represented as pointers. On such cases, print their content and not just the pointer

Signed-off-by: Adrian Moreno amorenoz@redhat.com