Commit 76b8d341 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Compute component:

- added bearers for Hackfest
parent 0291c04a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -64,4 +64,14 @@ BEARER_MAPPINGS = {
    'DC1-GW:CS1-GW2': ('CS1-GW2', '10/1', '5.5.1.2', None, 0, None, None, '5.5.2.2', 222),
    'DC2-GW:CS2-GW1': ('CS2-GW1', '10/1', '5.5.2.1', None, 0, None, None, '5.5.1.1', 111),
    'DC2-GW:CS2-GW2': ('CS2-GW2', '10/1', '5.5.2.2', None, 0, None, None, '5.5.1.2', 222),

    # NetworkX'22
    'R1:1/2': ('R1', '1/2', '5.1.1.2', None, 0, None, None, None, None),
    'R1:1/3': ('R1', '1/3', '5.1.1.3', None, 0, None, None, None, None),
    'R2:1/2': ('R2', '1/2', '5.2.1.2', None, 0, None, None, None, None),
    'R2:1/3': ('R2', '1/3', '5.2.1.3', None, 0, None, None, None, None),
    'R3:1/2': ('R3', '1/2', '5.3.1.2', None, 0, None, None, None, None),
    'R3:1/3': ('R3', '1/3', '5.3.1.3', None, 0, None, None, None, None),
    'R4:1/2': ('R4', '1/2', '5.4.1.2', None, 0, None, None, None, None),
    'R4:1/3': ('R4', '1/3', '5.4.1.3', None, 0, None, None, None, None),
}