diff --git a/src/statd/yanger b/src/statd/yanger index 0840fca0..a5dadb2e 100755 --- a/src/statd/yanger +++ b/src/statd/yanger @@ -826,7 +826,7 @@ def main(): add_ethtool_std(ifname, iface_out) if 'type' in iface_out and iface_out['type'] == "infix-if-type:bridge": - mc_status=run_json_cmd(['mctl', 'show', 'igmp', 'json'], "igmp-status.json") + mc_status = run_json_cmd(['mctl', '-p', 'show', 'igmp', 'json'], "igmp-status.json") add_vlans_to_bridge(ifname, iface_out, mc_status) add_mdb_to_bridge(ifname, iface_out, mc_status)