]> git.llucax.com Git - software/pymin.git/blob - pymin/services/ip/templates/hop
Alias reload to restart in DhcpHandler (init.d script don't have reload).
[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 ;