summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2005-02-13 16:36:41 +0000
committerarchie <archie@FreeBSD.org>2005-02-13 16:36:41 +0000
commit5775bba72ee8cddb1a59602a8d654da0e8f4e1b3 (patch)
treea327faadf38d202d05f6d428dbdc0463c3a9da2f
parent7c5ed76d62bf2aa54290742fe0a4c90e1cab8e5d (diff)
downloadFreeBSD-src-5775bba72ee8cddb1a59602a8d654da0e8f4e1b3.zip
FreeBSD-src-5775bba72ee8cddb1a59602a8d654da0e8f4e1b3.tar.gz
Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.
-rw-r--r--sys/netgraph/ng_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_iface.h b/sys/netgraph/ng_iface.h
index bef1bcd..54dfa8c 100644
--- a/sys/netgraph/ng_iface.h
+++ b/sys/netgraph/ng_iface.h
@@ -46,7 +46,7 @@
/* Node type name and magic cookie */
#define NG_IFACE_NODE_TYPE "iface"
-#define NGM_IFACE_COOKIE 858821773
+#define NGM_IFACE_COOKIE 1108312559
/* Interface base name */
#define NG_IFACE_IFACE_NAME "ng"
@@ -66,7 +66,7 @@
/* Netgraph commands */
enum {
- NGM_IFACE_GET_IFNAME = 1, /* returns struct ng_iface_ifname */
+ NGM_IFACE_GET_IFNAME = 1,
NGM_IFACE_POINT2POINT,
NGM_IFACE_BROADCAST,
NGM_IFACE_GET_IFINDEX,
OpenPOWER on IntegriCloud