Remove unused FL_NOAUTO.
This commit is contained in:
parent
1748334408
commit
25c03b9100
@ -899,7 +899,7 @@ flowtable_lookup_common(struct flowtable *ft, struct sockaddr_storage *ssa,
|
||||
}
|
||||
critical_exit();
|
||||
|
||||
if (flags & FL_NOAUTO || flow_full(ft))
|
||||
if (flow_full(ft))
|
||||
return (NULL);
|
||||
|
||||
FLOWSTAT_INC(ft, ft_misses);
|
||||
|
@ -44,7 +44,6 @@ struct flowtable_stat {
|
||||
#ifdef _KERNEL
|
||||
|
||||
#define FL_HASH_ALL (1<<0) /* hash 4-tuple + protocol */
|
||||
#define FL_NOAUTO (1<<2) /* don't automatically add flentry on miss */
|
||||
#define FL_IPV6 (1<<9)
|
||||
|
||||
#define FL_TCP (1<<11)
|
||||
|
Loading…
Reference in New Issue
Block a user