For the sake of consistency. Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Index: net-2.6.20/include/net/ip_fib.h =================================================================== --- net-2.6.20.orig/include/net/ip_fib.h 2006-11-08 15:34:12.000000000 +0100 +++ net-2.6.20/include/net/ip_fib.h 2006-11-08 16:12:34.000000000 +0100 @@ -115,7 +115,7 @@ struct fib_result_nl { __be32 fl_addr; /* To be looked up*/ - u32 fl_fwmark; + u32 fl_mark; unsigned char fl_tos; unsigned char fl_scope; unsigned char tb_id_in; Index: net-2.6.20/net/ipv4/fib_frontend.c =================================================================== --- net-2.6.20.orig/net/ipv4/fib_frontend.c 2006-11-08 16:12:32.000000000 +0100 +++ net-2.6.20/net/ipv4/fib_frontend.c 2006-11-08 16:12:34.000000000 +0100 @@ -768,7 +768,7 @@ { struct fib_result res; - struct flowi fl = { .mark = frn->fl_fwmark, + struct flowi fl = { .mark = frn->fl_mark, .nl_u = { .ip4_u = { .daddr = frn->fl_addr, .tos = frn->fl_tos, .scope = frn->fl_scope } } }; -- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html