diff options
author | erkin <me@erkin.party> | 2023-01-19 18:05:41 +0300 |
---|---|---|
committer | erkin <me@erkin.party> | 2023-01-19 18:05:41 +0300 |
commit | aac0a47b6f4556c96744ce8a73c14819494a7cf7 (patch) | |
tree | 5ef81d0fbe09a0a77a73258524a7fe98779653b9 /op-mode-definitions/show-ip-multicast.xml.in | |
parent | 06302555cd504ea1884c156ecb64dc6808256551 (diff) | |
download | vyos-1x-aac0a47b6f4556c96744ce8a73c14819494a7cf7.tar.gz vyos-1x-aac0a47b6f4556c96744ce8a73c14819494a7cf7.zip |
igmp-proxy: T4912: Switch away from Jinja2 to Tabulate, remove undocumented "show MFC" command
Diffstat (limited to 'op-mode-definitions/show-ip-multicast.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-multicast.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/show-ip-multicast.xml.in b/op-mode-definitions/show-ip-multicast.xml.in index d8f16d997..605d61e8d 100644 --- a/op-mode-definitions/show-ip-multicast.xml.in +++ b/op-mode-definitions/show-ip-multicast.xml.in @@ -15,12 +15,6 @@ </properties> <command>${vyos_op_scripts_dir}/igmp-proxy.py show_interface</command> </leafNode> - <leafNode name="mfc"> - <properties> - <help>Show multicast fowarding cache</help> - </properties> - <command>${vyos_op_scripts_dir}/igmp-proxy.py show_mfc</command> - </leafNode> <leafNode name="summary"> <properties> <help>IP multicast information</help> |