# HG changeset patch # User Matthew Wild # Date 1488041702 0 # Node ID 5e948d1392a50166d8b3aadbd2671f1b8943d260 # Parent 6dbd07f9a86803831f39605b2913d4e4b43bf7a5 mod_firewall: Add some comments diff -r 6dbd07f9a868 -r 5e948d1392a5 mod_firewall/mod_firewall.lua --- a/mod_firewall/mod_firewall.lua Sat Feb 25 16:54:52 2017 +0000 +++ b/mod_firewall/mod_firewall.lua Sat Feb 25 16:55:02 2017 +0000 @@ -5,7 +5,11 @@ local it = require "util.iterators"; local set = require "util.set"; +-- [definition_type] = definition_factory(param) local definitions = module:shared("definitions"); + +-- When a definition instance has been instantiated, it lives here +-- [definition_type][definition_name] = definition_object local active_definitions = { ZONE = { -- Default zone that includes all local hosts