aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-02-12 19:23:20 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-02-12 19:23:20 +0000
commitb5fe181661c45c520199fb675547e05ed984bc3b (patch)
tree1bb17170614c20aeba3bde81965cea13fb383e9b /sys
parentba20540e3d940e7993c56cd1f4b41943afddd036 (diff)
downloadsrc-b5fe181661c45c520199fb675547e05ed984bc3b.tar.gz
src-b5fe181661c45c520199fb675547e05ed984bc3b.zip
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
Notes
Notes: svn path=/head/; revision=141756
Diffstat (limited to 'sys')
-rw-r--r--sys/netgraph/ng_ether.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index ffe8e8afcf48..f8ac14a5d64c 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 */