Beispiel #1
0
 def new_transaction(self):
     t = FirewallTransaction(self._fw)
     t.add_pre(self._fw.full_check_config)
     return t