| Summary: | rdr@pf doesnt work properly with fastforwarding | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Divacky Roman <xdivac02> | ||||
| Component: | kern | Assignee: | Andre Oppermann <andre> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.3-BETA3 | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Divacky Roman
2004-09-12 15:40:12 UTC
This is caused by a superfluous byte order change in ip_fastfwd.c while the
comment in ip_input.c clearly states what is expected:
/*
* ip_fastforward firewall changed dest to local.
* We expect ip_len and ip_off in host byte order.
*/
Diff attached and on:
http://people.freebsd.org/~mlaier/FASTFWD_OURS.byteorder.diff
--
Max
Responsible Changed From-To: freebsd-bugs->andre Over to Andre for evaluation. State Changed From-To: open->patched The problem is patched in sys/netinet/ip_fastfwd.c rev. 1.20. State Changed From-To: patched->closed MFC to RELENG_5 is done. Case closed. |