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:
glebius 2005-02-12 19:23:20 +00:00
parent 774bd8c9a3
commit 41a3a8f682

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 */