From e8adb99b740a7094b169968c8f65084875c68b32 Mon Sep 17 00:00:00 2001
From: "ak@geant.org" <ak@geant.org>
Date: Wed, 20 Dec 2023 15:37:53 +0000
Subject: [PATCH] add system-load-balancing in base-config

---
 .../roles/base_config/templates/routers/nokia/general.j2     | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/geant/gap_ansible/roles/base_config/templates/routers/nokia/general.j2 b/geant/gap_ansible/roles/base_config/templates/routers/nokia/general.j2
index 9633f947..f59aaba7 100644
--- a/geant/gap_ansible/roles/base_config/templates/routers/nokia/general.j2
+++ b/geant/gap_ansible/roles/base_config/templates/routers/nokia/general.j2
@@ -5,6 +5,11 @@
     <contact alu:operation="replace">{{ nokia_system_contact }}</contact>
     <name alu:operation="replace">{{ short_hostname}}</name>
     <location alu:operation="replace">{{ nokia_snmp_location }}</location>
+    <load-balancing>
+        <l4-load-balancing>true</l4-load-balancing>
+        <lsr-load-balancing>lbl-ip-l4-teid</lsr-load-balancing>
+        <system-ip-load-balancing>true</system-ip-load-balancing>
+    </load-balancing>
     <login-control>
         <motd>
             <text alu:operation="replace">{{ nokia_motd }}</text>
-- 
GitLab