mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.
This commit is contained in:
parent
6409473283
commit
cd22454e8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141811
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user