]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: add redistribute table identifier in nb configuration
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 3 Jul 2023 15:15:05 +0000 (17:15 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 12 Jul 2023 12:06:00 +0000 (14:06 +0200)
commit2150647069903840ef76353a5085eb5afc96cfaf
treeb11af3cd650d0c7743e858d78d443a94fbd200d8
parent6934a1d31d832e423376c49a10646dd9f4336cd3
isisd: add redistribute table identifier in nb configuration

The yang model does not handle the table identifier in IS-IS.
For each redistributed each address family, a new list of
table elements is added to store the table identifier to
redistribute, and also the optional metric and route-map values
for each table identifier.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
doc/user/isisd.rst
isisd/isis_cli.c
isisd/isis_nb.c
isisd/isis_nb.h
isisd/isis_nb_config.c
isisd/isis_redist.c
isisd/isis_redist.h
yang/frr-isisd.yang