Fix pcap service: Mako dict parameter missing
This commit is contained in:
parent
59f814eac0
commit
b4ed8bc9c5
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class PcapService(ConfigService):
|
|||
ifnames = []
|
||||
for iface in self.node.get_ifaces(control=False):
|
||||
ifnames.append(iface.name)
|
||||
return dict()
|
||||
return dict(ifnames=ifnames)
|
||||
|
||||
|
||||
class RadvdService(ConfigService):
|
||||
|
|
Loading…
Reference in a new issue