mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
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
ba20540e3d
commit
b5fe181661
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141756
@ -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