mirror of https://github.com/F-Stack/f-stack.git
Always define FF_IOCTL6, because `top` and other tools not distinguish between inet or inet6
This commit is contained in:
parent
e49450aae1
commit
3f2c0f7483
|
@ -38,9 +38,9 @@ enum FF_MSG_TYPE {
|
||||||
FF_UNKNOWN = 0,
|
FF_UNKNOWN = 0,
|
||||||
FF_SYSCTL,
|
FF_SYSCTL,
|
||||||
FF_IOCTL,
|
FF_IOCTL,
|
||||||
#ifdef INET6
|
//#ifdef INET6
|
||||||
FF_IOCTL6,
|
FF_IOCTL6,
|
||||||
#endif
|
//#endif
|
||||||
FF_ROUTE,
|
FF_ROUTE,
|
||||||
FF_TOP,
|
FF_TOP,
|
||||||
FF_NGCTL,
|
FF_NGCTL,
|
||||||
|
|
Loading…
Reference in New Issue