]> git.proxmox.com Git - mirror_frr.git/commit - doc/developer/logging.rst
lib: Add ISO System & Network format to printfrr
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 26 Jan 2023 16:44:00 +0000 (17:44 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 21 Mar 2023 14:19:09 +0000 (15:19 +0100)
commit7f9ab3b0bbd8c4b81b839872b02efbd11f6c67b0
tree46b56885289d915393bb83d8a3628a84e7771bc7
parent2e1ea892220dccb8a4c72e438cb3bbd4cac22b2b
lib: Add ISO System & Network format to printfrr

Like for IP addresses, this patch add a new format for printfrr collection to
print ISO System ID and Network address a.k.a IS-IS system ID & Network.
This new format is added to the library instead of isisd because other daemons
and tools need to print ISO System ID & Network Address.

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
doc/developer/logging.rst
lib/iso.c [new file with mode: 0644]
lib/iso.h [new file with mode: 0644]
lib/link_state.c
lib/subdir.am