diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-12 18:07:53 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-01-12 19:38:32 +0100 |
commit | bc42dc94cd9d9979e84b4bd6e086893358417c92 (patch) | |
tree | 173d570e7c0172b1f316c714233d1896e35f38da /data | |
parent | f9a6c00a2550911137457a2b73fd43255f46fcd3 (diff) | |
download | vyos-1x-bc42dc94cd9d9979e84b4bd6e086893358417c92.tar.gz vyos-1x-bc42dc94cd9d9979e84b4bd6e086893358417c92.zip |
T4911: op-mode: rewrite LLDP in standardised op-mode format
Diffstat (limited to 'data')
-rw-r--r-- | data/op-mode-standardized.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json index 2ea4d945a..7c5524675 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -8,6 +8,7 @@ "dhcp.py", "dns.py", "interfaces.py", +"lldp.py", "log.py", "memory.py", "nat.py", |