]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: fix setting NOAUTOCOST flag
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 3 Mar 2021 09:56:51 +0000 (10:56 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 3 Mar 2021 09:56:51 +0000 (10:56 +0100)
commit7bfc5ae813cced079421ee80f017b60ac89eed44
treeac344b9e138e9f087972f8b7a1f025fc99304bbe
parent6640d900cd6082b961c8ededc8cdb6980426696c
ospf6d: fix setting NOAUTOCOST flag

ospf6 keeps a flag to remember whether the cost for an interface
was manually added via config or computed automatically, but if
the configured value matches the auto-computed one we were not
setting this flag, meaning that the config would not show up in
the config.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
ospf6d/ospf6_interface.c