Loading src/nbi/service/ietf_l2vpn/Constants.py +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ BEARER_MAPPINGS = { 'OSM-E2E:r1:Ethernet10': ('r1', 'Ethernet10', None, None, 0, '172.16.1.1', 24, None, None), 'OSM-E2E:r3:Ethernet10': ('r3', 'Ethernet10', None, None, 0, '172.16.3.1', 24, None, None), # SNS4SNS'26 'SNS4SNS26:r1:Ethernet10': ('r1', 'Ethernet10', None, None, 0, '192.168.251.5', 24, None, None), 'SNS4SNS26:r2:Ethernet10': ('r2', 'Ethernet10', None, None, 0, '192.168.252.5', 24, None, None), # OFC'22 'OFC22:R1-EMU:13/1/2': ('R1-EMU', '13/1/2', '10.10.10.1', '65000:100', 400, '3.3.2.1', 24, None, None), 'OFC22:R2-EMU:13/1/2': ('R2-EMU', '13/1/2', '12.12.12.1', '65000:120', 450, '3.4.2.1', 24, None, None), Loading Loading
src/nbi/service/ietf_l2vpn/Constants.py +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ BEARER_MAPPINGS = { 'OSM-E2E:r1:Ethernet10': ('r1', 'Ethernet10', None, None, 0, '172.16.1.1', 24, None, None), 'OSM-E2E:r3:Ethernet10': ('r3', 'Ethernet10', None, None, 0, '172.16.3.1', 24, None, None), # SNS4SNS'26 'SNS4SNS26:r1:Ethernet10': ('r1', 'Ethernet10', None, None, 0, '192.168.251.5', 24, None, None), 'SNS4SNS26:r2:Ethernet10': ('r2', 'Ethernet10', None, None, 0, '192.168.252.5', 24, None, None), # OFC'22 'OFC22:R1-EMU:13/1/2': ('R1-EMU', '13/1/2', '10.10.10.1', '65000:100', 400, '3.3.2.1', 24, None, None), 'OFC22:R2-EMU:13/1/2': ('R2-EMU', '13/1/2', '12.12.12.1', '65000:120', 450, '3.4.2.1', 24, None, None), Loading