This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for SNMP ipNetToMediaTable to return ARP entries


Oops:

-        long_ret = (nettomedia_list[low_ia].rt_flags | RTF_STATIC)?
IPNETTOMEDIATYPE_STATIC:IPNETTOMEDIATYPE_DYNAMIC;

+        long_ret = (nettomedia_list[low_ia].rt_flags & RTF_STATIC)?
IPNETTOMEDIATYPE_STATIC:IPNETTOMEDIATYPE_DYNAMIC;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]