]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Add %pBD print formatter to doc 7306/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 16 Oct 2020 11:44:26 +0000 (07:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 17 Oct 2020 12:52:35 +0000 (08:52 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
doc/developer/logging.rst

index 0430ad72a3b10f7f43cbb0c16352d0b370ea153f..2f2444373c842d23378bdeccae0493a771a0812e 100644 (file)
@@ -83,6 +83,8 @@ Extensions
 +-----------+--------------------------+----------------------------------------------+
 | ``%pNHs`` | ``struct nexthop *``     | ``1.2.3.4 if 15``                            |
 +-----------+--------------------------+----------------------------------------------+
+| ``%pFX``  + ``struct bgp_dest *``    | ``fe80::1234/64`` available in BGP only      |
++-----------+--------------------------+----------------------------------------------+
 
 Printf features like field lengths can be used normally with these extensions,
 e.g. ``%-15pI4`` works correctly.