From owner-freebsd-ipfw@freebsd.org Tue Mar 15 17:06:12 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 1E593AD1713 for ; Tue, 15 Mar 2016 17:06:12 +0000 (UTC) (envelope-from feld@feld.me) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 EAD501941 for ; Tue, 15 Mar 2016 17:06:11 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0A59D20EC0 for ; Tue, 15 Mar 2016 13:06:11 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Tue, 15 Mar 2016 13:06:11 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=V8NyqxEHAJLKm9n1tNIluTRoN1U=; b=jzyhE9 wH0rC6/S64pUGyX65GJ6lAkaH2Zku5Apf0P61f2k1n2iUj1AqWs2oQGNTWHBd2Sk yeRt1X0R/Ym7/lvJe6TFXZjJJUr1yG2C9lcNaP0Omd9viJdLDvy1rloD4djB78dD Lg1NTAuRVCDJ+lQMWpdQr2O7pSDE+l2r/i1Ro= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=V8NyqxEHAJLKm9n 1tNIluTRoN1U=; b=KQWw8hRo4EEKdSgTR/FP5QI9Sg/FkvzgfN7ZwwBDacU2RDW NUfMp+g+2+PU2sZx+QKD3BO+nEqJ9NN1lq0dicrRoImWw0Fi7wlUOan3L0dfWi7K 70a/M4yOlhNpwSQ45t7yA0G7uI1auaPBqvLl2HXYwwX5jqdt9PuKjnqdzFkY= Received: by web3.nyi.internal (Postfix, from userid 99) id CBE1A10C2A3; Tue, 15 Mar 2016 13:06:10 -0400 (EDT) Message-Id: <1458061570.2322282.549966626.776CCD47@webmail.messagingengine.com> X-Sasl-Enc: W95QpOkTPsoqnKowY1Lli94pWwrh3aBZiOYtc2B3yhMw 1458061570 From: Mark Felder To: samira , freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-872772a7 Subject: Re: change source of IPFW Date: Tue, 15 Mar 2016 12:06:10 -0500 In-Reply-To: <1458036866933-6084927.post@n5.nabble.com> References: <1433151867517-6015918.post@n5.nabble.com> <556C5E5E.1040601@yandex.ru> <1433220628089-6016130.post@n5.nabble.com> <1458036866933-6084927.post@n5.nabble.com> 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 17:06:12 -0000 On Tue, Mar 15, 2016, at 05:14, samira wrote: > 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/ " > > Hi, Can you post your patches somewhere so they can be reviewed for possible inclusion? Thanks! -- Mark Felder feld@feld.me