From ff1991cdee25d86181276143f0b9abfb90963d68 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 21 Mar 2024 14:09:12 +0100 Subject: [PATCH] Interfaces - change help text to reflect reality. closes https://github.com/opnsense/core/issues/7339 For dhcp type interfaces, gateways are being pushed by the server and we automatically assume these are "external". For static ones you can configure similar behavior, but only explicit. When selecting a gateway, both reply-to and source nat rules are affected. When nothing is chosen (now default, earlier "auto-detect"), normal routing rules apply and nothing special happens. --- src/www/interfaces.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/www/interfaces.php b/src/www/interfaces.php index 897770bc56e..9a408490b38 100644 --- a/src/www/interfaces.php +++ b/src/www/interfaces.php @@ -2060,7 +2060,7 @@ function toggle_wirelesscfg() { @@ -2575,7 +2575,7 @@ function toggle_wirelesscfg() {