]> git.proxmox.com Git - mirror_frr.git/commit
lib: Add Link State Database
authorOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 26 May 2020 12:51:02 +0000 (14:51 +0200)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Mon, 4 Jan 2021 17:19:26 +0000 (18:19 +0100)
commitbbd85e20381d31b1095ec43e99c29d1f63ec08c6
treef2ebffefcbba85508dc1b70f2276d79048f72fbe
parent30ff2a502e41a048d5033b5d1f8ac32dd715eddc
lib: Add Link State Database

Define new models for Link State Database a.k.a TED
and functions to manipulate the new database as well as exchange Link State
information through ZAPI Opaque message.

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