From 9ec5223806a7cfbe111fc73ca932eaf9c2276692 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:38:23 -0500 Subject: [PATCH] Fix TTL Update from toolkit Added service restart command --- RMxxx_rgmii_toolkit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 0424fc4..8aba375 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -273,6 +273,7 @@ configure_simple_firewall() { return else echo "$new_ttl_value" > /usrdata/simplefirewall/ttlvalue + systemctl restart ttl-override echo "TTL value updated to $new_ttl_value." fi ;;