From 0f15ee4b9c9a54ce804c61747ece6e61aabc7259 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Ha=C5=BElinsk=C3=BD?= <hazlinsky@cesnet.cz>
Date: Thu, 17 Feb 2022 12:40:44 +0100
Subject: [PATCH] fixed sxl

---
 opennsa/backends/junoscsd.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/opennsa/backends/junoscsd.py b/opennsa/backends/junoscsd.py
index a9bfc9b2..d00b3ed0 100644
--- a/opennsa/backends/junoscsd.py
+++ b/opennsa/backends/junoscsd.py
@@ -63,6 +63,7 @@ ORDER_PAYLOAD = """
                     <UNIDescription>%(description)s</UNIDescription>
                     <UnitId>%(vlan_a)s</UnitId>
 					<VlanId>%(vlan_a)s</VlanId>
+                    <MTU>9090</MTU>
 				</ServiceEndpointConfiguration>
 			</ServiceEndPoint>
 		</ServiceEndPointGroup>
@@ -80,20 +81,23 @@ ORDER_PAYLOAD = """
                     <UNIDescription>%(description)s</UNIDescription>
                     <UnitId>%(vlan_a)s</UnitId>
 					<VlanId>%(vlan_b)s</VlanId>
+                    <MTU>9090</MTU>
 				</ServiceEndpointConfiguration>
 			</ServiceEndPoint>
             <DonotApplyDefaultTemplatesOfSD>true</DonotApplyDefaultTemplatesOfSD>
 		</ServiceEndPointGroup>
 		<ServiceOrderParameter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPConfigParameterOrderType">
+         <MTU>9090</MTU>
 		</ServiceOrderParameter>
 		<Reference>
 		<Customer key="%(cus_key)s"/>
 		<ServiceDefinition>
 			<ServiceDefinitionID key="%(service_def_id)s"/>
 		</ServiceDefinition>
+        <Service key="undefined"/>
 		</Reference>
 	</ServiceOrder>
-    <Service key="undefined"/>
+    
 
 </ServiceResource>
 		<CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceOrderCustomActionType">
-- 
GitLab