From 461d8b7e0875b4aec0aa3c8ff511a6ecbb407646 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 7 Nov 2025 08:49:11 +0100 Subject: [PATCH] doc: update ChangeLog Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index bcae0007..8d41aff7 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -20,6 +20,10 @@ All notable changes to the project are documented in this file. the [`latest-boot` release][lastest-boot] tag - The `utils/mkimage.sh` script now supports fetching the bootloader - The raspberrypi-rpi64 board's bootloader is now aptly named rpi64 +- Add support for configuring TTL, ToS/DSCP, and Path MTU Discovery on GRE and + VXLAN tunnels. This also changes the default TTL of tunnels to 64, from the + kernel default (*inherit*), which in turn fixes reported issues with dropped + OSPF Hello frames in GRE tunnels ### Fixes