FreeBSD Bugzilla – Attachment 5348 Details for
Bug 12847
[PATCH] Fix for "Proxy ARP"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
KT Sin
on 1999-07-28 02:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KT Sin
Created:
1999-07-28 02:50:00 UTC
Size:
1.10 KB
patch
obsolete
>*** 494,504 **** > printf(" published (proxy only)"); > if (rtm->rtm_addrs & RTA_NETMASK) { > sin = (struct sockaddr_inarp *) >! (sdl->sdl_len + (char *)sdl); > if (sin->sin_addr.s_addr == 0xffffffff) > printf(" published"); > if (sin->sin_len != 8) >! printf("(wierd)"); > } > switch(sdl->sdl_type) { > case IFT_ETHER: >--- 497,507 ---- > printf(" published (proxy only)"); > if (rtm->rtm_addrs & RTA_NETMASK) { > sin = (struct sockaddr_inarp *) >! (ROUNDUP(sdl->sdl_len) + (char *)sdl); > if (sin->sin_addr.s_addr == 0xffffffff) > printf(" published"); > if (sin->sin_len != 8) >! printf("(weird)"); > } > switch(sdl->sdl_type) { > case IFT_ETHER: >*************** >*** 607,613 **** > } > #define NEXTADDR(w, s) \ > if (rtm->rtm_addrs & (w)) { \ >! bcopy((char *)&s, cp, sizeof(s)); cp += sizeof(s);}
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 12847
: 5348