From b5fe181661c45c520199fb675547e05ed984bc3b Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sat, 12 Feb 2005 19:23:20 +0000 Subject: [PATCH] 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 --- sys/netgraph/ng_ether.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */