Deleted Added
full compact
36c36
< .\" $FreeBSD: head/share/man/man4/netgraph.4 69922 2000-12-12 18:52:14Z julian $
---
> .\" $FreeBSD: head/share/man/man4/netgraph.4 70159 2000-12-18 20:03:32Z julian $
628c628
< u_int32_t version; /* Must equal NG_VERSION */
---
> u_int32_t version; /* Must equal NG_ABI_VERSION */
681c681,682
< #define NG_VERSION 3 /* Netgraph version */
---
> #define NG_ABI_VERSION 5 /* Netgraph kernel ABI version */
> #define NG_VERSION 4 /* Netgraph message version */
691c692
< Indicates the version of netgraph itself. The current version is
---
> Indicates the version of the netgraph message protocol itself. The current version is