OPNsense Forum

English Forums => General Discussion => Topic started by: mooh on August 13, 2025, 11:18:53 AM

Title: Help identifying unintentional change
Post by: mooh on August 13, 2025, 11:18:53 AM
I was trying to enter text in another window but unintentionally the input was sent to the web interface of the firewall, where I has an interface config open. When I noticed this, the UI had a button on top to apply the changes. I could not identify any change, so eventually I just pressed apply and checked the version history:


--- /conf/backup/config-1754987170.9107.xml 2025-08-12 10:26:10.917094000 +0200
+++ /conf/backup/config-1755073081.1818.xml 2025-08-13 10:18:01.189208000 +0200
@@ -1477,9 +1477,9 @@
     <interfaceslistfilter>opt10,lan</interfaceslistfilter>
   </widgets>
   <revision>
-    <username>root@192.168.50.42</username>
-    <description>/firewall_rules_edit.php made changes</description>
-    <time>1754987170.9107</time>
+    <username>root@192.168.50.45</username>
+    <description>/interfaces.php made changes</description>
+    <time>1755073081.1818</time>
   </revision>
   <OPNsense>
     <captiveportal version="1.0.2">
@@ -3114,7 +3114,9 @@
       <vlanif>vlan010</vlanif>
     </vlan>
   </vlans>
-  <bridges version="1.0.0"/>
+  <bridges version="1.0.0">
+    <bridged/>
+  </bridges>
   <gifs version="1.0.0">
     <gif/>
   </gifs>

The only substantial change is the bridged flag. Does anyone know what this is referring to?
Title: Re: Help identifying unintentional change
Post by: Seimus on August 13, 2025, 11:22:06 AM
Doesn't look like anything changed. You hit the apply button which triggered an "empty change".

OPNsense config compare will always tell you what exactly changed, in this case only config timestamp.

Regards,
S.