diff options
Diffstat (limited to 'ripngd/ripng_nexthop.c')
-rw-r--r-- | ripngd/ripng_nexthop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |