Merge pull request #15347 from askorichenko/test-bgp-ttl

bgpd: fix minttl copying during peer reset
This commit is contained in:
Donatas Abraitis 2024-02-11 22:12:32 +02:00 committed by GitHub
commit 400fe8db63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,