diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-07 12:16:19 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-08 09:54:54 +0100 |
commit | 4bb7cc828706348de3efce7368c14fc994cebb20 (patch) | |
tree | 31a0db04ac38d093d1733f9e2181a7f46c9943ba /test | |
parent | ethtool: introduce ethtool_get_permanent_macaddr() (diff) | |
download | systemd-4bb7cc828706348de3efce7368c14fc994cebb20.tar.xz systemd-4bb7cc828706348de3efce7368c14fc994cebb20.zip |
network, udev: introduce PermanentMACAddress= setting in [Match] section
Closes #13983.
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 1 | ||||
-rw-r--r-- | test/fuzz/fuzz-network-parser/directives.network | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link index abf21f678a..ba8760f12b 100644 --- a/test/fuzz/fuzz-link-parser/directives.link +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -1,5 +1,6 @@ [Match] MACAddress= +PermanentMACAddress= OriginalName= Path= Driver= diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index 37d31e3a92..0e3adac5ce 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -28,6 +28,7 @@ Virtualization= KernelCommandLine= Host= MACAddress= +PermanentMACAddress= [Link] RequiredForOnline= ARP= |