# File firewall/lib/symbiosis/firewall/template.rb, line 231
      def outgoing
        self.chain     = "OUTPUT" if self.chain.nil?
        @direction = "outgoing"
      end