Skip to content
Snippets Groups Projects
Commit 19552fd4 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/nat-1114-sdp-description' into 'develop'

SDP description - use far-end PE FQDN

See merge request !247
parents 441dd2dd eadcefdc
Branches
Tags
1 merge request!247SDP description - use far-end PE FQDN
Pipeline #92997 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<sdp> <sdp>
<sdp-id>{{ sdp_id }}</sdp-id> <sdp-id>{{ sdp_id }}</sdp-id>
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
<description>SDP_{{ sdp_id }}</description> <description>{{ pe_fqdn }}</description>
<delivery-type>mpls</delivery-type> <delivery-type>mpls</delivery-type>
<path-mtu>{{ sdp_type.path_mtu }}</path-mtu> <path-mtu>{{ sdp_type.path_mtu }}</path-mtu>
{% if sdp_type.signaling is defined %} {% if sdp_type.signaling is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment