mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
Merge pull request #9835 from idryzhov/ospf6-no-op
ospf6d: remove no-op
This commit is contained in:
commit
38212d46ce
@ -1522,7 +1522,6 @@ void ospf6_asbr_redistribute_add(int type, ifindex_t ifindex,
|
|||||||
route = ospf6_route_create(ospf6);
|
route = ospf6_route_create(ospf6);
|
||||||
route->type = OSPF6_DEST_TYPE_NETWORK;
|
route->type = OSPF6_DEST_TYPE_NETWORK;
|
||||||
prefix_copy(&route->prefix, prefix);
|
prefix_copy(&route->prefix, prefix);
|
||||||
route->ospf6 = ospf6;
|
|
||||||
|
|
||||||
info = (struct ospf6_external_info *)XCALLOC(
|
info = (struct ospf6_external_info *)XCALLOC(
|
||||||
MTYPE_OSPF6_EXTERNAL_INFO, sizeof(struct ospf6_external_info));
|
MTYPE_OSPF6_EXTERNAL_INFO, sizeof(struct ospf6_external_info));
|
||||||
|
Loading…
Reference in New Issue
Block a user