Commit 691cd597 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Compute component:

- Added missing bearer mappings
parent 6828d7dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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'),
}