diff options
Diffstat (limited to 'sys/net/flowtable.c')
-rw-r--r-- | sys/net/flowtable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 514c17a..b1fd15f 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -417,7 +417,6 @@ flowtable_pcpu_unlock(struct flowtable *table, uint32_t hash) #define FL_ENTRY_UNLOCK(table, hash) (table)->ft_unlock((table), (hash)) #define FL_STALE (1<<8) -#define FL_IPV6 (1<<9) #define FL_OVERWRITE (1<<10) void |