From 06302555cd504ea1884c156ecb64dc6808256551 Mon Sep 17 00:00:00 2001 From: erkin Date: Wed, 18 Jan 2023 20:46:15 +0300 Subject: igmp-proxy: T4912: Rewrite show IGMP proxy commands in the new op-mode format --- op-mode-definitions/show-ip-multicast.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-ip-multicast.xml.in b/op-mode-definitions/show-ip-multicast.xml.in index 80d83b424..d8f16d997 100644 --- a/op-mode-definitions/show-ip-multicast.xml.in +++ b/op-mode-definitions/show-ip-multicast.xml.in @@ -13,13 +13,13 @@ Show multicast interfaces - if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --interface; else echo IGMP proxy not configured; fi + ${vyos_op_scripts_dir}/igmp-proxy.py show_interface Show multicast fowarding cache - if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --mfc; else echo IGMP proxy not configured; fi + ${vyos_op_scripts_dir}/igmp-proxy.py show_mfc -- cgit v1.2.3