Commit error - need help

Hi all

Seeing this error on a previously working config when I do a configure - conf - load - commit cycle

Means I have no firewall config loaded into the running config. Help needed. :slight_smile:

Running 2025.03.18-0018-rolling

[ firewall zone local member interface local-zone ]
Incorrect path /sys/class/net/local-zone: no such file or directory



[ firewall zone local member interface local-zone ]
Invalid value

[[firewall]] failed
Commit failed
[edit]```

I can share

Can you share the old firewall config that was working?

It turns out to be a simple fix, and I am not sure whether the migration scripts have perhaps missed something here.

Previous working config.boot had this interface assignment.

        member {
            interface "local-zone"
        }

I amended this to the following, and all is working as expected.

        member {
            interface "lo"
        }
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.