K 10 svn:author V 7 thompsa K 8 svn:date V 27 2006-01-31T21:21:28.000000Z K 7 svn:log V 428 Fix two bugs with the bridge - code expects memcmp() to return a signed value, our memcmp() returns 0 if args are equal and > 0 if not. - It's possible to hijack interface for static entry. If bridge recieves packet from interface marked as learning it will replace the bridge_rtnode entry for the source address even if such entry marked as static. Submitted by: Gleb Kurtsov MFC after: 3 days END