]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Fix route map "set tag" command
authorMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Wed, 26 May 2021 14:03:51 +0000 (16:03 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 27 May 2021 10:20:44 +0000 (13:20 +0300)
commit952baba8fe695cdee583849047ec051032bb1397
tree8ac284f7606c5b0b6be36fbf1206fc792874f7b1
parent702c2fa3f7ce073f0a419721ca88c92c735867a1
ospf6d: Fix route map "set tag" command

So far, "set tag" was 99% implemented in ospf6d, but registration of the
hook functions was missing, causing "set tag" actions in route maps to be
ignored in ospf6d.

This commit adds the missing hook registration.

Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
ospf6d/ospf6_asbr.c