diff options
author | harti <harti@FreeBSD.org> | 2003-11-12 17:03:40 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-11-12 17:03:40 +0000 |
commit | 8bf197b04df23048b90d7c2b8629f42b9d5488f9 (patch) | |
tree | d0577fcb53a47827af3e22e2a2e6bd9ff758d42d /sys | |
parent | 808f6027cfaf8131f5692f04630716407c3d6bf3 (diff) | |
download | FreeBSD-src-8bf197b04df23048b90d7c2b8629f42b9d5488f9.zip FreeBSD-src-8bf197b04df23048b90d7c2b8629f42b9d5488f9.tar.gz |
Bump the netgraph header version to 6 for the change of the name
length definitions.
Reminded by: jdp
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netgraph/ng_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h index ded9eb9..ede2b95 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 */ |