diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-24 07:57:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 07:57:45 +0100 |
commit | d27a6dbd1cf9b84504c1d83acf12fd667663988a (patch) | |
tree | d70c55ef6818414f7264833f586924585ac7f8dd /op-mode-definitions | |
parent | 6968166f19fb5fa89e8465b7edc152268a3aa799 (diff) | |
parent | aac0a47b6f4556c96744ce8a73c14819494a7cf7 (diff) | |
download | vyos-1x-d27a6dbd1cf9b84504c1d83acf12fd667663988a.tar.gz vyos-1x-d27a6dbd1cf9b84504c1d83acf12fd667663988a.zip |
Merge pull request #1766 from erkin/igmp
igmp-proxy: T4912: Rewrite show IGMP proxy commands in the new op-mode format
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-ip-multicast.xml.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/op-mode-definitions/show-ip-multicast.xml.in b/op-mode-definitions/show-ip-multicast.xml.in index 80d83b424..605d61e8d 100644 --- a/op-mode-definitions/show-ip-multicast.xml.in +++ b/op-mode-definitions/show-ip-multicast.xml.in @@ -13,13 +13,7 @@ <properties> <help>Show multicast interfaces</help> </properties> - <command>if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --interface; else echo IGMP proxy not configured; fi</command> - </leafNode> - <leafNode name="mfc"> - <properties> - <help>Show multicast fowarding cache</help> - </properties> - <command>if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --mfc; else echo IGMP proxy not configured; fi</command> + <command>${vyos_op_scripts_dir}/igmp-proxy.py show_interface</command> </leafNode> <leafNode name="summary"> <properties> |