summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
authorThomas Graf2006-11-10 00:21:41 +0100
committerDavid S. Miller2006-12-03 06:21:40 +0100
commit5f300893fdd3b6e30a226c9a848eaa39b99a6431 (patch)
treeb4faa185f1fd9e8aee1b3e4280278e54ede5eeb1 /net/ipv4/fib_frontend.c
parent[NET]: Rethink mark field in struct flowi (diff)
downloadkernel-qcow2-linux-5f300893fdd3b6e30a226c9a848eaa39b99a6431.tar.gz
kernel-qcow2-linux-5f300893fdd3b6e30a226c9a848eaa39b99a6431.tar.xz
kernel-qcow2-linux-5f300893fdd3b6e30a226c9a848eaa39b99a6431.zip
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
For the sake of consistency. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r--net/ipv4/fib_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index ee8daaebcfaf..14025345cc56 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -768,7 +768,7 @@ static void nl_fib_lookup(struct fib_result_nl *frn, struct fib_table *tb )
{
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 } } };