Bug #2314
closedMembers to bridge not added
0%
Description
After creating or editing a bridge (I guess that restarts the bridge), all members are gone. Also deleting and creating a new one isn't working.
Added them manually afterwards at shell with:
ifconfig bridge0 addm em1 addm em2 up
After a reboot the members are gone as well and not added automatically.
Updated by Ermal Luçi over 12 years ago
- Priority changed from High to Normal
You did a binary upgrade or just gitsync to 2.1?
Updated by Florian Hibler over 12 years ago
I did the daily update via the webgui, so I guess that's a binary update.
Updated by Chris Palmer over 12 years ago
If this is related to what Im seeing here- http://forum.pfsense.org/index.php/topic,46738.0.html
then this started while the versions based on FreeBSD 9.0 where being developed. If not related I guess Im seeing a separate issue...
Updated by Johannes Ullrich over 12 years ago
confirming this issue on 2.1-DEVELOPMENT (amd64)
built on Sat Apr 7 22:44:34 EDT 2012
FreeBSD 8.3-RC2
(installed on a new system).
Updated by Daniel Llewellyn over 12 years ago
I can also confirm this behaviour on:
2.1-DEVELOPMENT (amd64)
built on Sun Apr 22 05:15:07 EDT 2012
FreeBSD 8.3-RELEASE
Adding myself as a watcher because this is fairly important for my setup. I've hopefully worked around the issue by adding the above-mentioned `ifconfig addm ..` command(s) to system bootup via the shellcmd package.
Updated by Jim Pingle over 12 years ago
This is probably due to the changes made in
2064fa2eb4e2bca59f7c675969ee13752283d4c1
And in pfSense-tools: https://github.com/bsdperimeter/pfsense-tools/commit/aa2331daf96e1dfccb248f0c6531c277c76daedb
Updated by Jim Pingle over 12 years ago
- Status changed from New to Feedback
This should be fixed now by e5e8840356e1f9ac2cd0e12f511599b5df84ace9
Updated by Johannes Ullrich over 12 years ago
I think it works, with one small typo fixed:
pfSense_bridge_add_member($bridgeif, $realifl);
last later should be number 1, not lower case L
(line 518 in /etc/inc/interface.inc)
pfSense_bridge_add_member($bridgeif, $realif1);
Updated by Jim Pingle over 12 years ago
Ah you're right, I didn't copy/paste or save from the test box to the repo like I usually do. Easy to miss in the font I'm using in my editor. Fix pushed
Updated by Jim Pingle over 12 years ago
- Status changed from Feedback to Resolved
Tested newest snapshots and it works for me.