summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_nexthop.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-07-23 23:34:27 +0200
committerhasso <hasso>2004-07-23 23:34:27 +0200
commit1203e1c07c444df615605168c72852389e20340c (patch)
tree2b00b78fe71fc2840837c0ffdb1c308192ceedf4 /ripngd/ripng_nexthop.c
parentadd .libs (diff)
downloadfrr-1203e1c07c444df615605168c72852389e20340c.tar.xz
frr-1203e1c07c444df615605168c72852389e20340c.zip
Use ifp->mtu6 in ospf6d and ripngd.
Diffstat (limited to 'ripngd/ripng_nexthop.c')
-rw-r--r--ripngd/ripng_nexthop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_nexthop.c b/ripngd/ripng_nexthop.c
index 2c5d45cde..04b13c50d 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;