add network

This commit is contained in:
ace
2021-10-27 00:34:13 +03:00
commit 3ef3e332ab
14 changed files with 248 additions and 0 deletions

14
templates/rt_tables.j2 Normal file
View File

@ -0,0 +1,14 @@
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
{% for table in network.network_scripts.pbr.table %}
{{ table.number }} {{ table.name }}
{% endfor %}