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