mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
This makes diagrams in ASCII output look about as good as one might reasonably expect, so that in ovn-architecture(7), for example, this: . 9 bits: reserved (0) . 15 bits: ingress port . 16 bits: egress port . 24 bits: datapath now gets formatted as: 9 15 16 24 +--------+------------+-----------+--------+ |reserved|ingress port|egress port|datapath| +--------+------------+-----------+--------+ 0 which isn't perfect but certainly more evocative than a bulleted list. This will be more useful in upcoming commits that start using diagrams more frequently. Signed-off-by: Ben Pfaff <blp@ovn.org>
Python library for working with Open vSwitch