mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
yanger: Use correct file for system-output
This commit is contained in:
committed by
Joachim Wiberg
parent
588d8189bf
commit
1c2a491b50
@@ -528,7 +528,7 @@ def add_container(containers):
|
||||
|
||||
|
||||
def get_brport_multicast(ifname):
|
||||
data = run_json_cmd(['mctl', 'show', 'igmp', 'json'], "bridge-mdb.json")
|
||||
data = run_json_cmd(['mctl', 'show', 'igmp', 'json'], "igmp-status.json")
|
||||
multicast = {}
|
||||
|
||||
if ifname in data.get('fast-leave-ports', []):
|
||||
|
||||
Reference in New Issue
Block a user