Loading src/service/service/service_handlers/l3nm_ietfactn/Constants.py +6 −6 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ # These hardcoded values will be updated with proper logic in second phase of the PoC VPN_VLAN_TAGS_TO_SERVICE_NAME = { (21, 101): ('osu_tunnel_1', 'etht_service_1'), (31, 201): ('osu_tunnel_2', 'etht_service_2'), (21, 201): ('osu_tunnel_1', 'etht_service_1'), (31, 101): ('osu_tunnel_2', 'etht_service_2'), } OSU_TUNNEL_SETTINGS = { Loading @@ -26,8 +26,8 @@ OSU_TUNNEL_SETTINGS = { 'bidirectional': True, 'delay': 20, 'ttp_channel_names': { ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', } }, 'osu_tunnel_2': { Loading @@ -36,8 +36,8 @@ OSU_TUNNEL_SETTINGS = { 'bidirectional': True, 'delay': 20, 'ttp_channel_names': { ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', } }, } Loading Loading
src/service/service/service_handlers/l3nm_ietfactn/Constants.py +6 −6 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ # These hardcoded values will be updated with proper logic in second phase of the PoC VPN_VLAN_TAGS_TO_SERVICE_NAME = { (21, 101): ('osu_tunnel_1', 'etht_service_1'), (31, 201): ('osu_tunnel_2', 'etht_service_2'), (21, 201): ('osu_tunnel_1', 'etht_service_1'), (31, 101): ('osu_tunnel_2', 'etht_service_2'), } OSU_TUNNEL_SETTINGS = { Loading @@ -26,8 +26,8 @@ OSU_TUNNEL_SETTINGS = { 'bidirectional': True, 'delay': 20, 'ttp_channel_names': { ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', } }, 'osu_tunnel_2': { Loading @@ -36,8 +36,8 @@ OSU_TUNNEL_SETTINGS = { 'bidirectional': True, 'delay': 20, 'ttp_channel_names': { ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2', ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1', } }, } Loading