chore(cleaning) : Remove useless information on README

- Adapt devcontainer to used dood instead of dind
- Re-organize template
This commit is contained in:
darnodo
2025-03-30 14:18:59 +02:00
parent c8daee6c11
commit 7bcd935e69
4 changed files with 16 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
{# Routing functionnality #}
ip routing
{# Interfaces configuration #}
{%- for interface in device.interfaces.all() %}
interface {{ interface.name }}
{%- if interface.description %}
@@ -14,7 +18,6 @@ interface {{ interface.name }}
{%- endfor %}
{# BGP Configuration #}
ip routing
{%- set loopback_interface = device.interfaces.get(name='Loopback0') %}
{%- set router_id = loopback_interface.ip_addresses.first().address.ip %}
router bgp {{ device.custom_field_data.ASN }}