# File firewall/lib/symbiosis/firewall/template.rb, line 129
      def initialize( template_file )
        #
        # Some defaults..
        #
        @name          = nil
        @address       = nil
        @port          = nil
        @direction     = "incoming"
        @chain         = nil

        @template_file = template_file
      end