]> git.llucax.com Git - software/pymin.git/blob - services/ip/templates/ip_add
Add GPL v3 license to the project
[software/pymin.git] / services / ip / templates / ip_add
1 %if peer is None:
2 ip addr add dev ${dev} ${addr}/${netmask} broadcast ${broadcast}
3 %else:
4 ip addr add dev ${dev} ${addr} peer ${peer}
5 %endif