diff --git a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json index e0bfaf822..08666e9d6 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json @@ -94,6 +94,16 @@ "file": "/tmp/dhcp.client.options" } ] + }, + { + "description": "Firewall fw3 reload status", + "cmd": "cat /var/log/firewall.log", + "dependency" : [ + { + "type": "file", + "file": "/var/log/firewall.log" + } + ] } ] }