Skip to content

Commit

Permalink
Merge pull request FRRouting#15347 from askorichenko/test-bgp-ttl
Browse files Browse the repository at this point in the history
bgpd: fix minttl copying during peer reset
  • Loading branch information
ton31337 authored Feb 11, 2024
2 parents 8aeb636 + f4da439 commit 400fe8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bgpd/bgpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,7 @@ void peer_xfer_config(struct peer *peer_dst, struct peer *peer_src)
XSTRDUP(MTYPE_BGP_PEER_IFNAME, peer_src->ifname);
}
peer_dst->ttl = peer_src->ttl;
peer_dst->gtsm_hops = peer_src->gtsm_hops;
}

static int bgp_peer_conf_if_to_su_update_v4(struct peer_connection *connection,
Expand Down

0 comments on commit 400fe8d

Please sign in to comment.