diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-22 09:31:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 09:31:40 -0600 |
commit | 54a1b3552eb294c192850c74d04f8769b0b92bc0 (patch) | |
tree | f44481f6bd36bcf4f4acfe9a76c43a4ef2718dde /data | |
parent | 65b104d6e0608e229aa36d948fabddaf3f4a0a8b (diff) | |
parent | e4bf3d409d1a8721186810a2dc1871d58501ec8e (diff) | |
download | vyos-1x-54a1b3552eb294c192850c74d04f8769b0b92bc0.tar.gz vyos-1x-54a1b3552eb294c192850c74d04f8769b0b92bc0.zip |
Merge pull request #1720 from jestabro/op-mode-interfaces
T4866: rewrite show_interfaces.py show* functions to standardized op-mode
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 a69cf55e9..2ea4d945a 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -7,6 +7,7 @@ "cpu.py", "dhcp.py", "dns.py", +"interfaces.py", "log.py", "memory.py", "nat.py", |