Bug 19793

Summary: [PATCH] ipfilter - improve line reading
Product: Base System Reporter: spock <spock>
Component: miscAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description spock 2000-07-09 06:40:00 UTC
ipfilter does not support:
 1) no-newline-at-end-of-file case when reading a rulelist from a file.
 2) line continuation with "\", although it says it is supported in a code comment.

Fix: A patch similar to this should fix both problems:
How-To-Repeat: Ipfilter should be able to read lines like:

pass in from\
any to any port = 23

block in all<EOF>
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-10 13:22:28 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

Over to the ipfilter maintainer.
Comment 2 mheffner 2000-08-18 06:02:51 UTC
This has been fixed in the import of IP Filter 3.4.8, so this PR can be closed.

Thanks

-- 
  Mike Heffner  <spock@techfour.net>
  Fredericksburg, VA     ICQ# 882073
  http://my.ispchannel.com/~mheffner
Comment 3 dwmalone freebsd_committer freebsd_triage 2000-08-22 07:36:17 UTC
State Changed
From-To: open->closed

Closed at submitter's request, as problem has been fixed.