From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: Adding a rule with invalid interface name Date: Thu, 16 Sep 2004 08:42:15 -0700 Sender: netfilter-devel-bounces@lists.netfilter.org Message-ID: <20040916154215.GA17503@linuxace.com> References: <41498850.9000000@rediffmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@lists.netfilter.org Return-path: To: Swapnil Nagle Content-Disposition: inline In-Reply-To: <41498850.9000000@rediffmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org On Thu, Sep 16, 2004 at 06:04:24PM +0530, Swapnil Nagle wrote: > > iptables lets me add a rule with invalid interface name : > > # iptables -A FORWARD -i abc -o xyz -j ACCEPT How is iptables supposed to know that you won't at some point down the line bring up an interface called 'abc' or 'xyz'? Nothing invalid about iptables allowing you to add this rule... Phil