Date: Thu, 23 Sep 2004 12:33:00 +0545 From: Bikrant Neupane <bikrant_ml@wlink.com.np> To: freebsd-questions@freebsd.org Cc: freebsd-isp@freebsd.org Subject: Ipfw accept rule Message-ID: <200409231233.00370.bikrant_ml@wlink.com.np>
next in thread | raw e-mail | index | archive | help
Hi, When a packet hits "allow | accept | pass | permit" rule the packet is accepted and the search is retiminated at that point. I need to accept the packet but still want the packet to continue travers rules further below. However, once it hits "deny | drop" rule it should be dropped and the search should terminate at that point. Is that possible with IPFW? regards, Bikrant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409231233.00370.bikrant_ml>