hi there,
trying to remote away netflow but keep getting this error in the log.....
configd.py: [e454efe0-ee67-4eca-a6c0-4868e4317d23] Inline action failed with OPNsense/Netflow OPNsense/Netflow/netflow.conf 'collections.OrderedDict object' has no attribute 'targets' at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 505, in execute return ph_inline_actions.execute(self, inline_act_parameters) File "/usr/local/opnsense/service/modules/ph_inline_actions.py", line 50, in execute filenames = tmpl.generate(parameters) File "/usr/local/opnsense/service/modules/template.py", line 309, in generate raise render_exception Exception: OPNsense/Netflow OPNsense/Netflow/netflow.conf 'collections.OrderedDict object' has no attribute 'targets'
just upgraded to OPNsense 17.1.8-amd64
any ideas?
many thanks
zen
Hi Zen,
Can you try to install this patch?
https://github.com/opnsense/core/commit/dcbbcf898
opnsense-patch dcbbcf898
It looks like it tries to render a template without a destination provided.
Best regards,
Ad