[IPv4] fib: Remove unused fib_config members

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Thomas Graf
2006-10-18 20:26:36 -07:00
committed by David S. Miller
parent 22e1e4d8dc
commit b52f070c9c
2 changed files with 1 additions and 9 deletions

View File

@ -21,17 +21,14 @@
#include <net/fib_rules.h>
struct fib_config {
u8 fc_family;
u8 fc_dst_len;
u8 fc_src_len;
u8 fc_tos;
u8 fc_protocol;
u8 fc_scope;
u8 fc_type;
/* 1 byte unused */
/* 3 bytes unused */
u32 fc_table;
__be32 fc_dst;
__be32 fc_src;
__be32 fc_gw;
int fc_oif;
u32 fc_flags;