From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: [NEWSENDER] - Re: destination load balancing - Message is from an unknown sender Date: Fri, 22 Sep 2006 08:57:13 +0200 Message-ID: <45138949.6060606@rtij.nl> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Radovan Jablonov , netfilter@lists.netfilter.org Radovan Jablonov wrote: >Hi Martijn, > > Hi, Please keep your replies on list, and please don't toppost. >How should I hook my custom match to iptables? Do I have to adjust >source code? If yes, where? > > Download patch-o-matic-ng and look at the documentation for writing new matches. Look at existing matches, find one that you can use as a starting point, copy and modify. HTH, M4