]> git.llucax.com Git - software/pymin.git/blob - pymin/services/ip/templates/hop
Merge branch 'master' of git.llucax.com.ar:/var/lib/git/software/pymin into logging
[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 ;