Bridge Configuration Issues
-
1. Config file isn't updated with STP on/off status
interfaces_bridge_edit.php
~Line 152: $bridge['enablestp'] = isset($_POST['enablestp']);
Changed to:
if (isset($_POST['enablestp']))
$bridge['enablestp'] = "yes";2. Web interface doesn't properly report STP on/off status
interfaces_bridge_edit.php
~Line 284 >
Changed to:
-
I opened a ticket for this:
http://redmine.pfsense.org/issues/show/492 -
For reference, which web browser is this in?
-
Commited the fixes.
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/541ba27e484a3eb92671f4787d430f9321e620d8 -
Web browser
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100402 Namoroka/3.6.3
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.