]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix crash when applying a route-map on a temporary route 10922/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 29 Mar 2022 15:09:53 +0000 (18:09 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 29 Mar 2022 15:09:53 +0000 (18:09 +0300)
commit68618ebca80938445959eb62e08f8ede67b53e0d
tree247cb721099b05014dc4cea49dac1054e894775a
parentf06b9fee95b3b42651f6a601f1a9eda63d1d2e72
ospf6d: fix crash when applying a route-map on a temporary route

ospf6_routemap_rule_match_interface uses route->ospf6 field for matching
so we must fill the field in our temporary variable.

Fixes #10911.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospf6d/ospf6_asbr.c