From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Jean Subject: Re: [testsuite] ipt_iprange Date: Thu, 16 Dec 2004 20:26:02 -0500 Message-ID: <41C235AA.9030006@cookinglinux.org> References: <41C213FB.2000101@cookinglinux.org> <1103246257.29545.39.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Rusty Russell In-Reply-To: <1103246257.29545.39.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Rusty Russell wrote: > 1) I like all the tests to only test one thing, and be as orthogonal and > simple as possible. So I always try to use the same rule over and over, > with very simply changes. It is very interesting. > > 2) The default setup is eth0: 192.168.0.*, and eth1: 192.168.1.*, so > unless there's a good reason you should probably stick with those > address ranges. > This is noted. > 4) The opposite case is always the exact opposite, making it simple to > write the test and ensure it's correct. > So far, this is the best way to do. I appreciate this come back and will stick to your way. Thanks a bunch, --peejix