]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_nexthop.c
Use ifp->mtu6 in ospf6d and ripngd.
[mirror_frr.git] / ripngd / ripng_nexthop.c
index 2c5d45cde0daf2b6e78459234643396939d6f6e6..04b13c50dd9bc9a231c941a04ec9a5ce2311c3c2 100644 (file)
@@ -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;