Bug 21735

Summary: Let ipfw increment rules by arbitrary amount
Product: Base System Reporter: patrick <patrick>
Component: kernAssignee: bill fumerola <billf>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description patrick 2000-10-03 23:10:01 UTC
The following patch adds a sysctl variable to set the amount by
which the rule numbers are incremented when they are not specified
on the command line.

This is usefull to create large rule sets with variable number of
rules.


The following patch to sys/inet/ip_fw.c and sbin/ipfw/ipfw.8 are based
on the code in the RELENG_4 branch.

Loca testing was done.

How-To-Repeat: 
n/a
Comment 1 bill fumerola freebsd_committer freebsd_triage 2000-10-03 23:11:13 UTC
State Changed
From-To: open->closed

Duplicate of pr#18366 


Comment 2 bill fumerola freebsd_committer freebsd_triage 2000-10-03 23:11:13 UTC
Responsible Changed
From-To: freebsd-bugs->billf

Keep this where I can grab it, I'll probably still use the man page delta. 
thanks.