patch-1.3.46 linux/net/ipv4/route.c
Next file: linux/net/ipx/af_ipx.c
Previous file: linux/net/ipv4/raw.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Nov 30 11:15:55 1995
- Orig file:
v1.3.45/linux/net/ipv4/route.c
- Orig date:
Fri Nov 17 08:42:34 1995
diff -u --recursive --new-file v1.3.45/linux/net/ipv4/route.c linux/net/ipv4/route.c
@@ -37,6 +37,8 @@
* Alan Cox : Faster /proc handling
* Alexey Kuznetsov : Massive rework to support tree based routing,
* routing caches and better behaviour.
+ *
+ * Olaf Erb : irtt wasnt being copied right.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -496,6 +498,7 @@
fi->fib_refcnt++;
fi->fib_next = fib_info_list;
fi->fib_prev = NULL;
+ fi->fib_irtt = irtt;
if (fib_info_list)
fib_info_list->fib_prev = fi;
fib_info_list = fi;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this