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

Merge branch 'fix/nat-768-cflowd-source-int' into 'develop'

Fix/nat 768 cflowd source int

See merge request !166
parents 1128bebc 1c96cdf7
No related branches found
No related tags found
1 merge request!166Fix/nat 768 cflowd source int
Pipeline #88845 passed
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
{% include 'filters/cpm_filters.j2' %} {% include 'filters/cpm_filters.j2' %}
{% include 'policy_options/policy_options.j2' %} {% include 'policy_options/policy_options.j2' %}
{% include 'cflowd.j2' %} {% include 'cflowd.j2' %}
{% include 'system/security/security.j2' %}
{% include 'router/router_base.j2' %} {% include 'router/router_base.j2' %}
{% include 'sdp_mesh.j2' %} {% include 'sdp_mesh.j2' %}
</configure> </configure>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<description>{{ neighbor.description }}</description> <description>{{ neighbor.description }}</description>
<group>{{ neighbor.group }}</group> <group>{{ neighbor.group }}</group>
{% if neighbor.auth_key is defined %} {% if neighbor.auth_key is defined %}
<authentication-key>{{ neighbor.auth_key }</authentication-key> <authentication-key>{{ neighbor.auth_key }}</authentication-key>
{% endif %} {% endif %}
{% if neighbor.hold_time is defined %} {% if neighbor.hold_time is defined %}
<hold-time> <hold-time>
......
<system>
<security>
{% with nokia_applications=pe_nokia_applications %}
{% include 'system/security/source_addresses.j2' %}
{% endwith %}
</security>
</system>
<source-address>
{% for application in nokia_applications %}
<ipv4 xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace">
<application>{{ application.name }}</application>
<interface-name>{{ application.interface_name }}</interface-name>
</ipv4>
{% endfor %}
</source-address>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment