FreeBSD Bugzilla – Attachment 25229 Details for
Bug 43139
/sbin/route -host option doesn't always suffice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 655 bytes, created by
Tom Pavel
on 2002-09-20 20:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tom Pavel
Created:
2002-09-20 20:10:02 UTC
Size:
655 bytes
patch
obsolete
>Index: route.c >=================================================================== >RCS file: /u1/Repo/FreeBSD/sbin/route/route.c,v >retrieving revision 1.5.4.1 >diff -u -r1.5.4.1 route.c >--- route.c 2002/08/08 20:06:33 1.5.4.1 >+++ route.c 2002/09/20 18:45:57 >@@ -1002,7 +1002,7 @@ > if ((which != RTA_DST || forcenet == 0) && > (val = inet_addr(s)) != INADDR_NONE) { > su->sin.sin_addr.s_addr = val; >- if (which != RTA_DST || >+ if (which != RTA_DST || forcehost || > inet_lnaof(su->sin.sin_addr) != INADDR_ANY) > return (1); > else {
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 43139
: 25229