Actions
Bug #740
closedPass-through MAC not added until Save on CP page
Start date:
07/14/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
When adding a pass-through MAC entry, it isn't added to ipfw until after clicking Save on the captive portal tab. That should be added immediately upon addition, and removed immediately upon deletion.
Updated by Ermal Luçi almost 15 years ago
It seems to work for me.
Can you please try by uncommenting line:
137 @unlink("{$g['tmp_path']}/tmpmacedit{$id}");
and check the contents of /tmp/tmpmacedit* and see if there is an error!
Updated by Chris Buechler almost 15 years ago
- Status changed from New to Resolved
It never got to that point for new MAC entries. Fixed by:
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/28f4a00a9ce3f67df8540d0573d4eda0816610f3
Actions