]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: update the FRR format table
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 12 Mar 2021 15:43:46 +0000 (12:43 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Sun, 14 Mar 2021 17:07:52 +0000 (14:07 -0300)
Let other developers know that we have `%pIA` to print `struct ipaddr *`.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
doc/developer/logging.rst

index cf3aa8d17f0741cee84eb3a8fc3813b26f130c04..a35e60619c25002b7dd76527e0795a3eca0c1752 100644 (file)
@@ -71,6 +71,10 @@ Extensions
 +-----------+--------------------------+----------------------------------------------+
 | ``%pI6``  | ``struct in6_addr *``    | ``fe80::1234``                               |
 +-----------+--------------------------+----------------------------------------------+
+| ``%pIA``  | ``struct ipaddr *``      | ``1.2.3.4``                                  |
+|           |                          |                                              |
+|           |                          | ``fe80::1234``                               |
++-----------+--------------------------+----------------------------------------------+
 | ``%pFX``  | ``struct prefix *``      | ``fe80::1234/64``                            |
 +-----------+--------------------------+----------------------------------------------+
 | ``%pSG4`` | ``struct prefix_sg *``   | ``(*,1.2.3.4)``                              |