Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/revert_ipv4_mapped_ipv6_stuf…
Browse files Browse the repository at this point in the history
…f_10.1' into fix/revert_ipv4_mapped_ipv6_stuff_10.1
  • Loading branch information
RodrigoMNardi committed Aug 16, 2024
2 parents e5030e5 + 0b550c4 commit 1755df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -7177,7 +7177,7 @@ int bgp_static_set(struct vty *vty, bool negate, const char *ip_str,
bgp_static->prd = prd;

if (rd_str)
bgp_static->prd_pretty = XSTRDUP(MTYPE_BGP,
bgp_static->prd_pretty = XSTRDUP(MTYPE_BGP_NAME,
rd_str);

if (rmap) {
Expand Down

0 comments on commit 1755df9

Please sign in to comment.