diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/conntrackd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index f30a094..3411eb0 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -30,7 +30,7 @@ #define STATS_NETWORK 28 /* extended network stats */ #define STATS_CACHE 29 /* extended cache stats */ #define STATS_RUNTIME 30 /* extended runtime stats */ -#define STATS_MULTICAST 31 /* multicast network stats */ +#define STATS_LINK 31 /* dedicated link stats */ #define STATS_QUEUE 32 /* queue stats */ #define FLUSH_INT_CACHE 33 /* flush internal cache */ #define FLUSH_EXT_CACHE 34 /* flush external cache */ |