FreeBSD Bugzilla – Attachment 7755 Details for
Bug 16625
Incorrect information in routed(8) error message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 550 bytes, created by
peter.jeremy
on 2000-02-10 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.jeremy
Created:
2000-02-10 05:20:01 UTC
Size:
550 bytes
patch
obsolete
>Index: input.c >=================================================================== >RCS file: /gsmx07/CVSROOT/src/sbin/routed/input.c,v >retrieving revision 1.4.2.1 >diff -u -r1.4.2.1 input.c >--- input.c 1999/08/29 15:15:26 1.4.2.1 >+++ input.c 2000/02/10 05:06:45 >@@ -450,7 +450,8 @@ > if (from->sin_port != ntohs(RIP_PORT)) { > msglim(&bad_router, FROM_NADDR, > " discard RIP response from unknown port" >- " %d", from->sin_port); >+ " %d on host %s", ntohs(from->sin_port), >+ naddr_ntoa(FROM_NADDR)); > return; > }
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 16625
: 7755