FreeBSD Bugzilla – Attachment 11256 Details for
Bug 22238
User PPP "deny_incoming" option does not deny incoming connections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 642 bytes, created by
robmel
on 2000-10-23 10:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
robmel
Created:
2000-10-23 10:30:00 UTC
Size:
642 bytes
patch
obsolete
>--- nat_cmd.c Sun Oct 22 11:22:01 2000 >+++ nat_cmd+.c Sun Oct 22 11:53:49 2000 >@@ -422,11 +422,14 @@ > > case PKT_ALIAS_IGNORED: > if (log_IsKept(LogTCPIP)) { >- log_Printf(LogTCPIP, "NAT engine ignored data:\n"); >+ log_Printf(LogTCPIP, "NAT engine set packet to be ignored:\n"); > PacketCheck(bundle, MBUF_CTOP(bp), bp->m_len, NULL, NULL, NULL); > } >+ /* libalias has marked this packet to be ignored. It should be dropped */ >+ m_freem(bp); >+ bp = NULL; > break; >- >+ > default: > log_Printf(LogWARN, "nat_LayerPull: Dropped a packet (%d)....\n", ret); > m_freem(bp);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22238
: 11256