]> 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)
committerMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Wed, 26 May 2021 14:03:51 +0000 (16:03 +0200)
commit45024ca042cd42ce95f438fb24c267b1baf3f0e4
treec3f70381912340c462d760e80bc30a045475ddaf
parent1446730fd0a38f8403527c7a13f04194a14f2bef
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