Bug 65242 - ports net/tcpmssd: option for tcpmssd to act on input and output packets
Summary: ports net/tcpmssd: option for tcpmssd to act on input and output packets
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: ru
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 05:50 UTC by Louis Mamakos
Modified: 2004-06-11 20:15 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.38 KB, patch)
2004-04-06 05:50 UTC, Louis Mamakos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Mamakos 2004-04-06 05:50:11 UTC
Due to some unusual ipfw rules, it's not possible to divert packets to tcpmssd as
they are transmitted on a network interface.  This is because using the ipfw
'fwd' operation doesn't re-invoke the firewall on the packets as they are 
transmitted.

Fix: Here's a patch to add an option to tcpmssd to cause it to act on packets in either direction.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-04-06 13:20:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ru

Over to maintainer.
Comment 2 ru freebsd_committer freebsd_triage 2004-06-11 20:15:26 UTC
State Changed
From-To: open->closed

Applied, thanks!