Adjust bgpctl show fib output.
authorclaudio <claudio@openbsd.org>
Thu, 28 Jul 2022 10:40:25 +0000 (10:40 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 28 Jul 2022 10:40:25 +0000 (10:40 +0000)
commit0d49b5f36b8cc09413eb4ead1b7d4f9f609427d6
tree5af17422d9c0e28e6b231b93ce6f0370f5217585
parent5a0bee5aed3a6361d9dca901eba14a42a933b93e
Adjust bgpctl show fib output.

Remove F_DOWN from flags since kroutes can no longer be marked down.
Also clean up the flag printing code and printf() and increase the size
of destionation and gateway so that more IPv6 addrs fit.

OK tb@
usr.sbin/bgpctl/bgpctl.c
usr.sbin/bgpctl/output.c
usr.sbin/bgpctl/output_json.c