mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump the netgraph header version to 6 for the change of the name
length definitions. Reminded by: jdp
This commit is contained in:
parent
284739a942
commit
67371b0f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue