summary refs log tree commit diff
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-10-18 20:26:36 -0700
committerDavid S. Miller <davem@davemloft.net>2006-10-18 20:26:36 -0700
commitb52f070c9c3c09ed3b7f699280193aae7e25d816 (patch)
treecc9ceaee14921750c3c888a3f339ee52a4dbdc51 /include/net/ip_fib.h
parent22e1e4d8dcb71762fcbe0c73d720aea8bb2013af (diff)
downloadlinux-b52f070c9c3c09ed3b7f699280193aae7e25d816.tar.gz
[IPv4] fib: Remove unused fib_config members
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 82229146bac7..949b932d2f08 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -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;