mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 18:23:15 +00:00
doc: fix the print iso macro documentation
fix the print iso macro documentation
Fixes: 7f9ab3b0bb ("lib: Add ISO System & Network format to printfrr")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
635d65e2c8
commit
4ef4cbea6b
@ -518,7 +518,7 @@ General utility formats
|
||||
that could be used in conjunction to snprintfrr. Use like::
|
||||
|
||||
char buf[ISO_ADDR_STRLEN];
|
||||
struct iso_net addr = {.len = 4, .addr = {1, 2, 3, 4}};
|
||||
struct iso_address addr = {.addr_len = 4, .area_addr = {1, 2, 3, 4}};
|
||||
snprintfrr(buf, ISO_ADDR_STRLEN, "%pIS", &addr);
|
||||
|
||||
.. frrfmt:: %pSY (uint8_t *)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user