diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2010-05-16 21:48:39 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2010-05-16 21:48:39 +0000 |
| commit | 83e711ec1441b2a96bbf97ec32f181b88ae40f26 (patch) | |
| tree | de9abf4e453c89ff5c9e213b405033a1efd2a507 /sys/net/flowtable.c | |
| parent | f09bc09332776cba0167c9fe018d7eb495a2a471 (diff) | |
Notes
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 514c17a95c8c..b1fd15ff0c5d 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 |
