
Clean up handling of "special" keys in keyfiles, ie ones that need more processing than the basic GKeyFile API supports. Add MAC address reading (writing support to come). Additionally, add some test bits for the keyfile plugin that get run on 'make check'.
23 lines
393 B
Plaintext
23 lines
393 B
Plaintext
|
|
[connection]
|
|
id=Test Wired Connection
|
|
uuid=4e80a56d-c99f-4aad-a6dd-b449bc398c57
|
|
type=802-3-ethernet
|
|
autoconnect=true
|
|
timestamp=6654332
|
|
|
|
[802-3-ethernet]
|
|
mac-address=00:11:22:33:44:55
|
|
speed=0
|
|
duplex=full
|
|
auto-negotiate=true
|
|
mtu=1400
|
|
|
|
[ipv4]
|
|
method=manual
|
|
dns=4.2.2.1;4.2.2.2;
|
|
addresses1=192.168.0.5;24;192.168.0.1;
|
|
addresses2=1.2.3.4;16;1.2.1.1;
|
|
ignore-auto-routes=false
|
|
ignore-auto-dns=false
|