Skip to content
Snippets Groups Projects
Commit b258dc9f authored by ak@geant.org's avatar ak@geant.org
Browse files

system security source addresses

parent ca394c5c
No related branches found
No related tags found
1 merge request!56system security source addresses
Pipeline #85110 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