mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-07-20 14:53:08 +00:00
add network
This commit is contained in:
14
templates/rt_tables.j2
Normal file
14
templates/rt_tables.j2
Normal 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 %}
|
Reference in New Issue
Block a user