File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -212,10 +212,12 @@ buffer_routing_info_t *ipv6_buffer_route_to(buffer_t *buf, const uint8_t *next_h
212
212
* reduce an existing entry if route has changed) */
213
213
if (dest_entry -> pmtu > outgoing_if -> ipv6_neighbour_cache .link_mtu ) {
214
214
dest_entry -> pmtu = outgoing_if -> ipv6_neighbour_cache .link_mtu ;
215
+ dest_entry -> pmtu_lifetime = outgoing_if -> pmtu_lifetime ;
215
216
}
216
217
/* Route can also limit PMTU */
217
218
if (dest_entry -> pmtu > route -> route_info .pmtu ) {
218
219
dest_entry -> pmtu = route -> route_info .pmtu ;
220
+ dest_entry -> pmtu_lifetime = outgoing_if -> pmtu_lifetime ;
219
221
}
220
222
/* Buffer then gets this PMTU (overwriting what we wrote from the route) */
221
223
route -> route_info .pmtu = dest_entry -> pmtu ;
You can’t perform that action at this time.
0 commit comments