mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-27 23:59:32 +00:00
Merge pull request #15347 from askorichenko/test-bgp-ttl
bgpd: fix minttl copying during peer reset
This commit is contained in:
commit
400fe8db63
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user