aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_message.h
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-11-12 17:03:40 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-11-12 17:03:40 +0000
commit67371b0f5c19367b5e985fe103db222e282c4ce5 (patch)
treed0577fcb53a47827af3e22e2a2e6bd9ff758d42d /sys/netgraph/ng_message.h
parent284739a942533188aa71fda1b91544032b53fe4e (diff)
downloadsrc-67371b0f5c19367b5e985fe103db222e282c4ce5.tar.gz
src-67371b0f5c19367b5e985fe103db222e282c4ce5.zip
Bump the netgraph header version to 6 for the change of the name
length definitions. Reminded by: jdp
Notes
Notes: svn path=/head/; revision=122566
Diffstat (limited to 'sys/netgraph/ng_message.h')
-rw-r--r--sys/netgraph/ng_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index ded9eb9d354a..ede2b953145d 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -98,7 +98,7 @@ struct ng_mesg {
* Interfaces within the kernel are defined by a different
* value (see NG_ABI_VERSION in netgraph.g)
*/
-#define NG_VERSION 5
+#define NG_VERSION 6
/* Flags field flags */
#define NGF_ORIG 0x00000000 /* the msg is the original request */