bridge: T4072: Prevent error when removing firewall bridge config
A commit that removes firewall bridge will delete the table and not re-create it. Therefore any further firewall commit will fail trying to delete the non-existent bridge table. This commit ensures the table is always present (even if empty) to ensure successful commit.