]> git.llucax.com Git - software/pymin.git/blob - pymin/services/ip/templates/hop
2c086dc5ce676f420ca29dc5288f83d59a14b8cb
[software/pymin.git] / pymin / 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 ;