From 1203e1c07c444df615605168c72852389e20340c Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 23 Jul 2004 21:34:27 +0000 Subject: Use ifp->mtu6 in ospf6d and ripngd. --- ripngd/ripng_nexthop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd/ripng_nexthop.c') diff --git a/ripngd/ripng_nexthop.c b/ripngd/ripng_nexthop.c index 2c5d45cd..04b13c50 100644 --- a/ripngd/ripng_nexthop.c +++ b/ripngd/ripng_nexthop.c @@ -144,7 +144,7 @@ ripng_rte_send(struct list *ripng_rte_list, struct interface *ifp, stream_reset (s); num = 0; - mtu = ifp->mtu; + mtu = ifp->mtu6; if (mtu < 0) mtu = IFMINMTU; -- cgit v1.2.1