22 lines
314 B
Django/Jinja
22 lines
314 B
Django/Jinja
[Route]
|
|
Destination=10.0.0.0/8
|
|
Gateway=_dhcp4
|
|
Metric=1024
|
|
|
|
[Route]
|
|
Destination=172.20.0.0/14
|
|
Gateway=_dhcp4
|
|
Metric=1024
|
|
|
|
[Route]
|
|
Destination=172.31.0.0/16
|
|
Gateway=_dhcp4
|
|
Metric=1024
|
|
|
|
[Route]
|
|
Destination=fd00::/8
|
|
Gateway=_ipv6ra
|
|
Metric=1024
|
|
{% if unicastv6 is defined %}
|
|
PreferredSource={{ unicastv6 }}
|
|
{% endif %}
|