From 54bdd1bd973eb2137f75d07838c62e64c7d17418 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Wed, 24 Apr 2024 13:46:05 +0100
Subject: [PATCH] fix typo in Junos template

---
 .../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..3646fb24 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