From dde0ceaf2972d5a11418781e7e1ec653323e4605 Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Mon, 9 Oct 2023 16:47:52 +0900 Subject: [PATCH] doc: Align output of IPAM table Signed-off-by: Hiroaki Nakamura --- doc/howto/network_ipam.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/howto/network_ipam.md b/doc/howto/network_ipam.md index a6597c0c54..0baf4facdf 100644 --- a/doc/howto/network_ipam.md +++ b/doc/howto/network_ipam.md @@ -16,17 +16,17 @@ By default, this command shows the IPAM information for the `default` project. Y The resulting output will look something like this: ``` -+----------------------+-----------------+----------+------+-------------------+ -| USED BY | ADDRESS | TYPE | NAT | HARDWARE ADDRESS | -+----------------------+-----------------+----------+------+-------------------+ ++------------------------+-----------------+----------+------+-------------------+ +| USED BY | ADDRESS | TYPE | NAT | HARDWARE ADDRESS | ++------------------------+-----------------+----------+------+-------------------+ | /1.0/networks/incusbr0 | 192.0.2.0/24 | network | true | | -+----------------------+-----------------+----------+------+-------------------+ ++------------------------+-----------------+----------+------+-------------------+ | /1.0/networks/incusbr0 | 2001:db8::/32 | network | true | | -+----------------------+-----------------+----------+------+-------------------+ -| /1.0/instances/u1 | 2001:db8::1/128 | instance | true | 00:16:3e:04:f0:95 | -+----------------------+-----------------+----------+------+-------------------+ -| /1.0/instances/u1 | 192.0.2.2/32 | instance | true | 00:16:3e:04:f0:95 | -+----------------------+-----------------+----------+------+-------------------+ ++------------------------+-----------------+----------+------+-------------------+ +| /1.0/instances/u1 | 2001:db8::1/128 | instance | true | 00:16:3e:04:f0:95 | ++------------------------+-----------------+----------+------+-------------------+ +| /1.0/instances/u1 | 192.0.2.2/32 | instance | true | 00:16:3e:04:f0:95 | ++------------------------+-----------------+----------+------+-------------------+ ... ```