diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-07 20:16:19 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-08 17:54:54 +0900 |
commit | 4bb7cc828706348de3efce7368c14fc994cebb20 (patch) | |
tree | 31a0db04ac38d093d1733f9e2181a7f46c9943ba /test/fuzz/fuzz-link-parser | |
parent | 79b4428a7d01029aa3785acde9747254b28f9fd4 (diff) | |
download | systemd-4bb7cc828706348de3efce7368c14fc994cebb20.tar.gz |
network, udev: introduce PermanentMACAddress= setting in [Match] section
Closes #13983.
Diffstat (limited to 'test/fuzz/fuzz-link-parser')
-rw-r--r-- | test/fuzz/fuzz-link-parser/directives.link | 1 |
1 files changed, 1 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= |