network: set uplink configuration based on MAC (NetworkManager)
This commit is contained in:
parent
dbd19698b3
commit
b3429b596d
@ -30,6 +30,9 @@ if [ x$ip != x ]; then
|
||||
[802-3-ethernet]
|
||||
duplex=full
|
||||
|
||||
[ethernet]
|
||||
mac-address=`ip l show dev $INTERFACE |grep link|awk '{print $2}'`
|
||||
|
||||
[connection]
|
||||
id=VM uplink $INTERFACE
|
||||
uuid=de85f79b-8c3d-405f-a652-cb4c10b4f9ef
|
||||
|
Loading…
Reference in New Issue
Block a user