]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: update struct isis_spftree with algorithm id
authorHiroki Shirokura <hiroki.shirokura@linecorp.com>
Sat, 11 Dec 2021 02:09:23 +0000 (02:09 +0000)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 17 Apr 2023 09:06:08 +0000 (11:06 +0200)
commit329f87b31006e02dffcfc518c24787aa67f5d49f
tree0e3fa6b68b2551300e4af924caffddbc3e9ed898
parente7fd314f063c5f018028e05b0b8143efa4716b6d
isisd: update struct isis_spftree with algorithm id

The spftree has a new property called algorithm
which is id used to identify the algorithm that
separates it in the same IGP network. This is
used in Flex-Algo. In other cases than Flex-Algo,
the algorithm id is always zero.

Signed-off-by: Hiroki Shirokura <hiroki.shirokura@linecorp.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
isisd/fabricd.c
isisd/isis_lfa.c
isisd/isis_spf.c
isisd/isis_spf.h
isisd/isis_spf_private.h
tests/isisd/test_isis_spf.c