diff options
author | glebius <glebius@FreeBSD.org> | 2005-02-12 19:23:20 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-02-12 19:23:20 +0000 |
commit | 41a3a8f682801da3e48ca2c917d7dad6d33a4081 (patch) | |
tree | 1bb17170614c20aeba3bde81965cea13fb383e9b /sys/netgraph | |
parent | 774bd8c9a36fca52da8a71c0f82f88d7b1919d4b (diff) | |
download | FreeBSD-src-41a3a8f682801da3e48ca2c917d7dad6d33a4081.zip FreeBSD-src-41a3a8f682801da3e48ca2c917d7dad6d33a4081.tar.gz |
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
Diffstat (limited to 'sys/netgraph')
-rw-r--r-- | sys/netgraph/ng_ether.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h index ffe8e8a..f8ac14a 100644 --- a/sys/netgraph/ng_ether.h +++ b/sys/netgraph/ng_ether.h @@ -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 */ |