From owner-freebsd-ipfw@freebsd.org Tue Mar 15 10:14:35 2016 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824B5AD1214 for ; Tue, 15 Mar 2016 10:14:35 +0000 (UTC) (envelope-from nazari.s11@gmail.com) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id 73A75C10 for ; Tue, 15 Mar 2016 10:14:35 +0000 (UTC) (envelope-from nazari.s11@gmail.com) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 3100422F8B9F for ; Tue, 15 Mar 2016 03:04:52 -0700 (PDT) Date: Tue, 15 Mar 2016 03:14:26 -0700 (MST) From: samira To: freebsd-ipfw@freebsd.org Message-ID: <1458036866933-6084927.post@n5.nabble.com> In-Reply-To: <1433220628089-6016130.post@n5.nabble.com> References: <1433151867517-6015918.post@n5.nabble.com> <556C5E5E.1040601@yandex.ru> <1433220628089-6016130.post@n5.nabble.com> Subject: Re: change source of IPFW MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 10:14:35 -0000 I succeeded to add options to ipfw rules such as rtp protocol. my changes is in below files in /usr/src/ : sys/netpfil/ip_fw2.c sys/netinet/ip_fw.h declare O_UDP_RTP sbin/ipfw/ipfw2.c & .h then build & install kernel and makeinstall ipfw in path: "/sbin/ipfw/ " -- View this message in context: http://freebsd.1045724.n5.nabble.com/Change-source-of-IPFW-tp6015918p6084927.html Sent from the freebsd-ipfw mailing list archive at Nabble.com.