diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-03 20:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 20:34:15 +0100 |
commit | 99200f77afebfc7a7683645fd9220b7684c86168 (patch) | |
tree | 8b2c20cc85daa3fcb3fe42258a5d811d28d4ff37 /data | |
parent | 3f5464d0ee857d204dc58867065380340008f79b (diff) | |
parent | 46eda54c88ae96ed1f4aaa9ce56c505ed837f3d7 (diff) | |
download | vyos-1x-99200f77afebfc7a7683645fd9220b7684c86168.tar.gz vyos-1x-99200f77afebfc7a7683645fd9220b7684c86168.zip |
Merge pull request #1604 from sever-sever/T4758
T4758: Rewrite show DHCP(v6) server leases to vyos.opmode 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 0347bdce6..ec950765d 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -4,6 +4,7 @@ "conntrack.py", "container.py", "cpu.py", +"dhcp.py", "log.py", "memory.py", "nat.py", |