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

cflowd must use `system` as source interface

parent 1128bebc
Branches
Tags
1 merge request!166Fix/nat 768 cflowd source int
......@@ -5,6 +5,7 @@
{% include 'filters/cpm_filters.j2' %}
{% include 'policy_options/policy_options.j2' %}
{% include 'cflowd.j2' %}
{% include 'system/security/security.j2' %}
{% include 'router/router_base.j2' %}
{% include 'sdp_mesh.j2' %}
</configure>
......
<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