| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Save and restore checkbox states correctly
Reported-by: nngabriel on irc
|
|
|
|
| |
Cleanup hardcoded meta refreshes
|
|
|
|
| |
standardize table layout
|
|
|
|
| |
Move <div> to the right place, move tabcont class to table it no longer belongs in TD (and hasn't for some time) Remove unused </center> tag
|
|
|
|
| |
Specify 'id' to the edit screen!
|
|
|
|
| |
close html tag (use span also)
|
|
|
|
| |
Show static entries on diagnostics screen, show what IPs are in either the static table or the dynamic table and are in the ARP table More info!!! More is better right?
|
|
|
|
| |
Reported-by: HOBA
|
| |
|
| |
|
| |
|
|
|
|
| |
"prioritize p2p" -> "lower priority pf p2p"
|
|
|
|
| |
move conf_mount_rw() before open
|
|
|
|
|
| |
* Check for "yes".
* Unset values if they are not checked
|
| |
|
|
|
|
| |
Set checkbox values to yes and use similar logic to system_advanced.php
|
|
|
|
| |
Use isset() on checked items
|
|
|
|
| |
Add redlnk class - I'm tired of seeing the pfSense link in fend.inc be blue! Or worse..some random color :-/
|
|
|
|
| |
Fix fend.inc alignment Fix tab links
|
|
|
|
| |
Allow for parent queues to work. Cleaned up code that does root queue detection and discovered some odd bugs that made me wonder how it worked correctly. Queues can be reordered (honestly, this is kinda pointless, but I put it in cause it was easier to punt to the user than doing queue trees correctly) This is obviously an XXX and needs to be fixed.
|
|
|
|
| |
Move gateway above wireless settings
|
| |
|
|
|
|
| |
Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.
|
|
|
|
|
| |
Use /var/etc/ for storing configuration files MFC: ASAP (By sullrich)
Use /var/etc/ for storing configuration files MFC: ASAP (By sullrich)
|
|
|
|
| |
Allow bridging on ath0 + wpa
|
|
|
|
| |
It helps to return the value!
|
|
|
|
| |
Write out to /tmp/ file commands used when adjusting mtu during bridging operations
|
|
|
|
| |
Force all members of a bridge to the bridging from interface mtu.
|
|
|
|
| |
Add get_interface_mtu()
|
|
|
|
| |
Setup span tree on all ports correctly.
|
|
|
|
| |
We do not use rc.d so basically call dhclient directly
|
|
|
|
| |
Update terminology - should help cut down questions too
|
|
|
|
| |
Cleanup HTML Move "source port" to where it really belongs, under Target This should be MFC'd to save questions ;)
|
|
|
|
| |
Correct src/nat port arguments - miracle nobody has found this before now
|
|
|
|
| |
If WAN is pppoe, hold down boot until connection is established This will help anyone with PPPOE on WAN and DHCP on OPTx not get incorrect gateways assigned.
|
| |
|
|
|
|
| |
successfully kill hostapd if changing settings back from WPA to WEP (fix by lsf, noticed by marcusah)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* assign syncdev and bring up at same time to match FreeBSD's pfsync rc.d script
|
|
|
|
| |
pfsync0 -syncdev down
|
|
|
|
| |
Pointed-out-by: submicron
|
| |
|
| |
|
|
|
|
| |
Suggested-by: CMB
|
|
|
|
|
|
|
|
| |
to make the code 100* more readable
* When bringing up CARP, set its advskew to 200 and when we are finally up at the end of the boot sequence assign the normal ADVSKEW
Patch-tested-by: BillM
|