Hi Bryan,
> I'm using back to back exabgp instances for unit test purposes. If I do an
> "announce route-refresh ipv4 mpls-vpn", it bounces the BGP connection,
No it should not bounce the connection (i.e. kill the TCP session).
Could you please open an issue on github. I need to try an replicate.
> While I'm here, does the ttl-security field control the TTL in the outbound
> message or is it a threshold for the inbound message?
TTL set the following on the outgoing TCP connection
io.setsockopt(socket.IPPROTO_IP,socket.IP_TTL, ttl)
Thomas