dn42-myip/dn42routes.j2

23 lines
314 B
Text
Raw Normal View History

[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 %}