Restore previous cookie. Old programs will work with new node OK,

new programs with old node wil receive EINVAL trying to access new
messages.

Submitted by:	ru
This commit is contained in:
Gleb Smirnoff 2005-02-12 19:23:20 +00:00
parent ba20540e3d
commit b5fe181661
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141756

View File

@ -47,7 +47,7 @@
/* Node type name and magic cookie */
#define NG_ETHER_NODE_TYPE "ether"
#define NGM_ETHER_COOKIE 1108206947
#define NGM_ETHER_COOKIE 917786906
/* Hook names */
#define NG_ETHER_HOOK_LOWER "lower" /* connection to raw device */