PERFORCE change 153172 for review

Julian Elischer julian at FreeBSD.org
Tue Nov 18 14:29:22 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153172

Change 153172 by julian at julian_trafmon1 on 2008/11/18 22:28:55

	No problem with tokenring. Re-enable.

Affected files ...

.. //depot/projects/arp-v2/src/sys/netinet/if_ether.c#11 edit

Differences ...

==== //depot/projects/arp-v2/src/sys/netinet/if_ether.c#11 (text+ko) ====

@@ -609,7 +609,6 @@
 		(void)memcpy(&la->ll_addr, ar_sha(ah), ifp->if_addrlen);
 		la->la_flags |= LLE_VALID;
 
-#if 0 /* Qing - not yet supported */
 		/*
 		 * If we receive an arp from a token-ring station over
 		 * a token-ring nic then try to save the source
@@ -644,7 +643,6 @@
 			m->m_pkthdr.len += 8;
 			th->rcf = trld->trld_rcf;
 		}
-#endif
 
 		if (!(la->la_flags & LLE_STATIC)) {
 			la->la_expire = time_uptime + arpt_keep;


More information about the p4-projects mailing list