From 0d46112816d91522aaab6087881cd0db5fbb9712 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Fri, 3 May 2024 18:04:18 +0100 Subject: [PATCH] iptrunk_twamp: Juniper template fix --- .../roles/iptrunk_twamp/templates/juniper/twamp_client.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/gap_ansible/roles/iptrunk_twamp/templates/juniper/twamp_client.j2 b/geant/gap_ansible/roles/iptrunk_twamp/templates/juniper/twamp_client.j2 index 2b4b1d12..bb304d8e 100644 --- a/geant/gap_ansible/roles/iptrunk_twamp/templates/juniper/twamp_client.j2 +++ b/geant/gap_ansible/roles/iptrunk_twamp/templates/juniper/twamp_client.j2 @@ -2,7 +2,7 @@ services { rpm { twamp { client { -replace: control-connection "{{ local_side_short_name }}--{{ remote_side_short_name }}" +replace: control-connection "{{ local_side_short_name }}--{{ remote_side_short_name }}" { destination-port {{ juniper_twamp_client.destination_port }}; history-size {{ juniper_twamp_client.history_size }}; target-address {{ remote_side_address }}; -- GitLab