commit | 9cce96df5b76691712dba22e83ff5efe900361e1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Mar 12 03:00:33 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 12 15:08:54 2011 -0800 |
tree | eecf99e64c6866af944e1e1644d87737392b2da2 | |
parent | f42454d632753d71ea1a2df09be7bbda32b6372d [diff] [blame] |
net: Put fl4_* macros to struct flowi4 and use them again. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 8eca3c2..a91dc16 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c
@@ -384,8 +384,8 @@ .saddr = saddr, .flowi4_tos = RT_TOS(tos), .flowi4_proto = IPPROTO_ICMP, - .uli.icmpt.type = type, - .uli.icmpt.code = code, + .fl4_icmp_type = type, + .fl4_icmp_code = code, }; struct rtable *rt, *rt2; int err;