patch-2.4.0-test11 linux/net/decnet/dn_route.c
Next file: linux/net/decnet/sysctl_net_decnet.c
Previous file: linux/net/decnet/dn_nsp_out.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Nov 12 20:37:17 2000
- Orig file:
v2.4.0-test10/linux/net/decnet/dn_route.c
- Orig date:
Fri Jul 14 12:20:22 2000
diff -u --recursive --new-file v2.4.0-test10/linux/net/decnet/dn_route.c linux/net/decnet/dn_route.c
@@ -812,8 +812,8 @@
key.oif = 0;
key.scope = RT_SCOPE_UNIVERSE;
-#ifdef CONFIG_DECNET_ROUTE_FWMASK
- key.fwmark = skb->fwmark;
+#ifdef CONFIG_DECNET_ROUTE_FWMARK
+ key.fwmark = skb->nfmark;
#else
key.fwmark = 0;
#endif
@@ -890,7 +890,7 @@
if ((rt->key.saddr == cb->src) &&
(rt->key.daddr == cb->dst) &&
(rt->key.oif == 0) &&
-#ifdef CONFIG_DECNET_ROUTE_FWMASK
+#ifdef CONFIG_DECNET_ROUTE_FWMARK
(rt->key.fwmark == skb->nfmark) &&
#endif
(rt->key.iif == cb->iif)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)