mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 02:46:37 +00:00
Merge pull request #9623 from donaldsharp/test_bgp_table
tests: Fix make check builds on some bsd variants
This commit is contained in:
commit
0d0d9d929e
@ -310,7 +310,7 @@ static int setup_bgp_path_info_mpath_update(testcase_t *t)
|
||||
str2prefix("42.1.1.0/24", &test_rn.p);
|
||||
rt_node = bgp_dest_to_rnode(&test_rn);
|
||||
memcpy((struct route_table *)&rt_node->table, &rt->route_table,
|
||||
sizeof(struct route_table *));
|
||||
sizeof(struct route_table));
|
||||
setup_bgp_mp_list(t);
|
||||
for (i = 0; i < test_mp_list_info_count; i++)
|
||||
bgp_path_info_add(&test_rn, &test_mp_list_info[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user