mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 14:41:10 +00:00
Merge pull request #162 from rneugeba/win-vpn-fix
net: add metric to static IP address entries
This commit is contained in:
commit
1be635aaf2
@ -37,6 +37,7 @@ start() {
|
|||||||
echo " address ${IP}" >> /etc/network/interfaces
|
echo " address ${IP}" >> /etc/network/interfaces
|
||||||
echo " netmask ${MASK}" >> /etc/network/interfaces
|
echo " netmask ${MASK}" >> /etc/network/interfaces
|
||||||
echo " gateway ${GW}" >> /etc/network/interfaces
|
echo " gateway ${GW}" >> /etc/network/interfaces
|
||||||
|
echo " metric 200" >> /etc/network/interfaces
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eend 0
|
eend 0
|
||||||
|
Loading…
Reference in New Issue
Block a user