From c626cc9f7ef03440d6023bf1585c551c14b65f0e Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Tue, 23 Jan 2024 12:23:10 +0000
Subject: [PATCH] RSVP: add refresh reduction under interface

---
 .../roles/iptrunk/templates/nokia/trunk_interface.j2           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2 b/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
index b427d9a9..c542e919 100644
--- a/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
+++ b/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
@@ -96,6 +96,9 @@
           <rsvp xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
               <interface alu:operation="replace">
                 <interface-name>{{ local.ae_name | lower }}.0</interface-name>
+                <refresh-reduction>
+                  <reliable-delivery>true</reliable-delivery>
+                </refresh-reduction>
               </interface>
           </rsvp>
       </router>
-- 
GitLab