Bug 13504

Summary: troubles with the ipfw tool
Product: Base System Reporter: Martin Borghoff <martin>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   

Description Martin Borghoff 1999-08-31 19:30:00 UTC
Every add command i try the firewall tool does not understand the add
command, here some examples :

ipfw add pass tcp from any to any setup
00000 allow tcp from any to any setup
ipfw: setsockopt(IP_FW_ADD): Invalid argument

kernel config : 
options         IPFIREWALL

version of ipfw :

"$FreeBSD: src/sbin/ipfw/ipfw.c,v 1.64.2.9 1999/08/29 15:13:46 peter Exp $";

Fix: 

none you tell me :-(
How-To-Repeat: 
Just try the add function of ipfw :-(
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-09-12 22:30:30 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR. 
Comment 2 ru freebsd_committer freebsd_triage 2000-01-19 09:31:28 UTC
State Changed
From-To: open->closed

It's an indication of an inconsistency between the 
kernel and userland tools.  Make world is advised.