From owner-svn-src-projects@FreeBSD.ORG Sat Jun 14 11:02:56 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21A3BD89; Sat, 14 Jun 2014 11:02:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E80425F6; Sat, 14 Jun 2014 11:02:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5EB2tDa012415; Sat, 14 Jun 2014 11:02:55 GMT (envelope-from melifaro@svn.freebsd.org) Received: (from melifaro@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5EB2t7j012414; Sat, 14 Jun 2014 11:02:55 GMT (envelope-from melifaro@svn.freebsd.org) Message-Id: <201406141102.s5EB2t7j012414@svn.freebsd.org> From: "Alexander V. Chernikov" Date: Sat, 14 Jun 2014 11:02:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r267468 - projects/ipfw/sys/modules/ipfw X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 11:02:56 -0000 Author: melifaro Date: Sat Jun 14 11:02:55 2014 New Revision: 267468 URL: http://svnweb.freebsd.org/changeset/base/267468 Log: Add ip_fw_algo.c to ipfw Makefile. Modified: projects/ipfw/sys/modules/ipfw/Makefile Modified: projects/ipfw/sys/modules/ipfw/Makefile ============================================================================== --- projects/ipfw/sys/modules/ipfw/Makefile Sat Jun 14 10:58:39 2014 (r267467) +++ projects/ipfw/sys/modules/ipfw/Makefile Sat Jun 14 11:02:55 2014 (r267468) @@ -7,7 +7,7 @@ KMOD= ipfw SRCS= ip_fw2.c ip_fw_pfil.c SRCS+= ip_fw_dynamic.c ip_fw_log.c -SRCS+= ip_fw_sockopt.c ip_fw_table.c +SRCS+= ip_fw_sockopt.c ip_fw_table.c ip_fw_table_algo.c SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_ipsec.h CFLAGS+= -DIPFIREWALL