diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-26 07:47:46 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-03-01 01:40:26 +0100 |
commit | 5a0f6adbb2e39914897f404ac97fecebcc2c385a (patch) | |
tree | b882d81c8acc7c85a61b4ad9feff4ec686ad2560 /tmpfiles.d | |
parent | networkctl: use varlink method to dump LLDP neighbors (diff) | |
download | systemd-5a0f6adbb2e39914897f404ac97fecebcc2c385a.tar.xz systemd-5a0f6adbb2e39914897f404ac97fecebcc2c385a.zip |
network/lldp: do not save LLDP neighbors under /run/systemd
Now LLDP neighbors are exposed through varlink. Hence, it is not
necessary to save to a file.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd-network.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd-network.conf b/tmpfiles.d/systemd-network.conf index b30bc914a5..24197555ee 100644 --- a/tmpfiles.d/systemd-network.conf +++ b/tmpfiles.d/systemd-network.conf @@ -10,4 +10,3 @@ d /run/systemd/netif 0755 systemd-network systemd-network - d /run/systemd/netif/links 0755 systemd-network systemd-network - d /run/systemd/netif/leases 0755 systemd-network systemd-network - -d /run/systemd/netif/lldp 0755 systemd-network systemd-network - |