add RPKI cache connections
This commit is contained in:
parent
be1cdefb27
commit
86f12cf445
@ -105,10 +105,12 @@ protocols {
|
|||||||
/* -=-=-=-=-=-=-=-=-=-=-=-=-=- RPKI -=-=-=-=-=-=-=-=-=-=-=-=-=- */
|
/* -=-=-=-=-=-=-=-=-=-=-=-=-=- RPKI -=-=-=-=-=-=-=-=-=-=-=-=-=- */
|
||||||
|
|
||||||
rpki {
|
rpki {
|
||||||
cache routinator {
|
{% for cache_name,cache_data in salt['pillar.get']('protocols:rpki:cache',{}).items() %}
|
||||||
address 185.134.197.215
|
cache {{ cache_name }} {
|
||||||
port 3323
|
address {{ cache_data[ 'address' ] }}
|
||||||
|
port {{ cache_data.get('port',3233) }}
|
||||||
}
|
}
|
||||||
|
{% endfor %}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -=-=-=-=-=-=-=-=-=-=-=-=-=- OSPF -=-=-=-=-=-=-=-=-=-=-=-=-=- */
|
/* -=-=-=-=-=-=-=-=-=-=-=-=-=- OSPF -=-=-=-=-=-=-=-=-=-=-=-=-=- */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user