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:
parent
774bd8c9a3
commit
41a3a8f682
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user