]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_asbr.h
ospf6d: handle redistributed routes without nexthop addresses
[mirror_frr.git] / ospf6d / ospf6_asbr.h
index 15982ca64c9e4994d62831a15557963186f95655..d63e467278903457e2ef7f39613cff988c96b445 100644 (file)
@@ -114,7 +114,7 @@ extern int ospf6_asbr_is_asbr(struct ospf6 *o);
 extern void ospf6_asbr_redistribute_add(int type, ifindex_t ifindex,
                                        struct prefix *prefix,
                                        unsigned int nexthop_num,
-                                       struct in6_addr *nexthop,
+                                       const struct in6_addr *nexthop,
                                        route_tag_t tag, struct ospf6 *ospf6);
 extern void ospf6_asbr_redistribute_remove(int type, ifindex_t ifindex,
                                           struct prefix *prefix,