Removed an outdated comment.

Submitted by:	archie
This commit is contained in:
ru 2003-12-18 09:16:40 +00:00
parent 5d9e6a94eb
commit 797609fced

View File

@ -813,8 +813,6 @@ ng_bridge_disconnect(hook_p hook)
/*
* Hash algorithm
*
* Only hashing bytes 3-6 of the Ethernet address is sufficient and fast.
*/
#define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \
^ ((const u_int16_t *)(addr))[1] \