Re: HEADSUP: arp-v2 has been committed

2008-12-20 Thread Gerald Pfeifer
The code in question on the Wine side is #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP) int mib[] = {CTL_NET, PF_ROUTE, 0, AF_INET, NET_RT_FLAGS, RTF_LLINFO}; and there is nothing FreeBSD-specific in dlls/iphlpapi/ipstats.c as far as I can see. If the arp-v2 update now made us incomp

Re: HEADSUP: arp-v2 has been committed

2008-12-27 Thread Gerald Pfeifer
On Tue, 23 Dec 2008, Tijl Coosemans wrote: >> No, the output of this command is still the same. NET_RT_DUMP obtains >> the entire L3 table and filtering for RTF_GATEWAY non-multicast >> routes have the same semantics. Those flags never apply to L2 entries. > Thanks for answering my questions. I've

Re: HEADSUP: arp-v2 has been committed

2008-12-29 Thread Gerald Pfeifer
On Sun, 28 Dec 2008, Tijl Coosemans wrote: > On Saturday 27 December 2008 21:21:25 Qing Li wrote: >> I believe all of the affected ports have been updated to >> include the conditional blocks around RTF_LLINFO. emulators/wine has not been adjusted yet, pending this discussion. > Yes, and I'm OK

RE: HEADSUP: arp-v2 has been committed

2009-01-09 Thread Gerald Pfeifer
On Tue, 30 Dec 2008, Li, Qing wrote: > I don't think we can provide binary compatibility without putting > back RTF_LLINFO exactly as it was. My preference is to continue down > the new path without RTF_LLINFO. So, you are saying that applications built on FreeBSD 7 or earlier that use RTF_LLINFO

Re: PATCH: /usr/include/netipx/ipx.h and Linux compatibility

2005-01-02 Thread Gerald Pfeifer
On Sun, 2 Jan 2005, Robert Watson wrote: > FYI: It looks like Bruce Simpson applied this change (or one very much > like it) to HEAD (5-CURRENT) ipx.h as 1.18, and I recently merged it > RELENG_4 ipx.h as 1.15.2.1. Thanks! Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTE

PATCH: /usr/include/netipx/ipx.h and Linux compatibility

2003-01-22 Thread Gerald Pfeifer
In /usr/include/netipx/ipx.h we already have #defined sipx_port, presumably for compatibility with Linux. Could we please also add two other #defines as per the patch below? (This would have reduced my head-ache maintaining ports/emulators/wine resp. feeding patches upstream quite a bit.) Gerald