From 691cd597f4977129b9a28a9bea8cc197cf5fb498 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 1 Mar 2023 18:33:04 +0000
Subject: [PATCH] Compute component:

- Added missing bearer mappings
---
 .../service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py b/src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py
index 84a18b32c..ed25dbab3 100644
--- a/src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py
+++ b/src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py
@@ -84,4 +84,8 @@ BEARER_MAPPINGS = {
     'PE3:1/2': ('PE3', '1/2', '10.3.1.2', None, 0, None, None, None, None),
     'PE4:1/1': ('PE4', '1/1', '10.4.1.1', None, 0, None, None, None, None),
     'PE4:1/2': ('PE4', '1/2', '10.4.1.2', None, 0, None, None, None, None),
+
+    'R149:eth-1/0/22': ('R149', 'eth-1/0/22', '5.5.5.5', None, 0, None, None, '5.5.5.1', '100'),
+    'R155:eth-1/0/22': ('R155', 'eth-1/0/22', '5.5.5.1', None, 0, None, None, '5.5.5.5', '100'),
+    'R199:eth-1/0/21': ('R199', 'eth-1/0/21', '5.5.5.6', None, 0, None, None, '5.5.5.5', '100'),
 }
-- 
GitLab