mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +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
312f45babb
@ -37,6 +37,7 @@ start() {
|
||||
echo " address ${IP}" >> /etc/network/interfaces
|
||||
echo " netmask ${MASK}" >> /etc/network/interfaces
|
||||
echo " gateway ${GW}" >> /etc/network/interfaces
|
||||
echo " metric 200" >> /etc/network/interfaces
|
||||
fi
|
||||
|
||||
eend 0
|
||||
|
Loading…
Reference in New Issue
Block a user