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

Merge branch 'sytem-source-addresses' into 'develop'

system security source addresses

See merge request !56
parents ca394c5c b258dc9f
No related branches found
No related tags found
1 merge request!56system security source addresses
Pipeline #85111 passed
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
</aaa> </aaa>
{% include "system/security/user_params.j2" %} {% include "system/security/user_params.j2" %}
{% include "system/security/dist_cpu_protection.j2" %} {% include "system/security/dist_cpu_protection.j2" %}
{% include "system/security/source_addresses.j2" %}
{# {% include "system/security/ssh.j2" %} #} {# {% include "system/security/ssh.j2" %} #}
</security> </security>
</system> </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