]> git.llucax.com Git - software/pymin.git/blob - services/ip/templates/hop
Add GPL v3 license to the project
[software/pymin.git] / services / ip / templates / hop
1 ip route add default \
2 % for hop in hops:
3 nexthop via ${hop.gateway} dev ${hop.device} weight 1 \
4 % endfor
5 ;