]> git.llucax.com Git - software/pymin.git/blob - services/ip/templates/hop
Use logging module to report errors in pymind.
[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 ;