Skip to content

Commit

Permalink
ipv4: remove unused field in struct flowi (include/net/flow.h).
Browse files Browse the repository at this point in the history
This patch removes an unused field (flags) from struct flowi; it seems
that this "flags" field was used once in the past for multipath
routing with FLOWI_FLAG_MULTIPATHOLDROUTE flag (which does no longer
exist); however, the "flags" field of struct flowi is not used
anymore.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Aug 5, 2008
1 parent 2f751b6 commit 95c3e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct flowi {
#define fl4_scope nl_u.ip4_u.scope

__u8 proto;
__u8 flags;
union {
struct {
__be16 sport;
Expand Down

0 comments on commit 95c3e8b

Please sign in to comment.