summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Call enable_rrd_graphing() on save Resolves #154 + previous commitsullrich2009-11-271-3/+6
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Take into account hostap type interfacesScott Ullrich2009-10-251-0/+1
|
* Unbreak wireless on 8.xScott Ullrich2009-10-251-1/+2
|
* Handle PPP interfacesScott Ullrich2009-10-191-0/+8
|
* Reload filter after applying (what if user changed the interface name, etc)Scott Ullrich2009-10-191-1/+3
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-1/+1
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Avoid errors that appear if this is set uncorrectly.Ermal Luçi2009-09-291-1/+4
|
* Test if dhcpd is enabled not if configs are preset. Reported-by: ↵Ermal Luçi2009-09-211-1/+1
| | | | http://forum.pfsense.org/index.php/topic,19271.0.html
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Resolves issue #70.Ermal Luçi2009-09-101-0/+3
|
* Use the same style structure as on other guis.Ermal Luçi2009-07-101-0/+7
|
* Fix Bug #24. Actually just make the name usable in the new gateway code.Ermal Luçi2009-07-071-1/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+6
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Fix the pppoe reset script.Ermal Luçi2009-06-181-7/+4
| | | | | | | * Do not reload recursevly services while configuring interfaces * Clean up the resync_all and reload_interfaces to not call services recursievly * Fix interfaces.php to not try to save the config after you click the apply button. * Put interfaces_loopback_configure on interfaces_configure its an interface after all.
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* clarify descriptionChris Buechler2009-04-091-1/+1
|
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-21/+1
| | | | now.(yay!)
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Revert "Merge IPv6 changes"Chris Buechler2009-02-151-120/+26
| | | | This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
* allow IPv4 gateways to be added via AJAXCharlie2009-01-221-1/+3
|
* Merge IPv6 changesSimon Cornelius P. Umacob2009-01-201-26/+120
|
* Effect.toggle is not behaving correctly use show/hide as with others in this ↵Ermal Luçi2009-01-051-1/+8
| | | | page to be consistent and fix periodic reset GUI not showing.
* Restore back the functionality that when the Enabled checkbox is not checked ↵Ermal Luçi2009-01-051-2/+7
| | | | all configurations disappear.
* Restart VPN -> IPSEC after interface changes. This fixes the bug whereScott Ullrich2008-12-251-0/+2
| | | | | | the VPN tunnel goes offline after making interface changes that I just encountered after I had made no changes (was saving the interface to restart RRD processes and IPSEC went down in the process)
* Minor style changes.Scott Ullrich2008-12-021-74/+72
|
* Add One moment please when adding gateway.Scott Ullrich2008-12-021-1/+1
|
* Reformat wireless input boxesScott Ullrich2008-11-251-25/+60
|
* * Move conf_mount_ro() after cron_configure()Scott Ullrich2008-11-251-8/+8
| | | | * Add back dsh's (C), he did write the pppoe reset stuff, plus a bit more
* Cleanup text formattingScott Ullrich2008-11-251-10/+9
|
* Cleanup breaksScott Ullrich2008-11-251-7/+7
|
* Clear notebox after clicking add a new oneScott Ullrich2008-11-251-1/+2
|
* Auto fill interface descr-GW as the nameScott Ullrich2008-11-251-1/+1
|
* * Tweak cellspacing and cellpaddingScott Ullrich2008-11-251-8/+10
| | | | * Center Cancel / Save
* Launch item in new targetScott Ullrich2008-11-251-1/+1
|
* Add a notebox and flash a small notice after the gateway is populatedScott Ullrich2008-11-251-0/+3
| | | | in the dropdownbox stating where you can manage the gateways.
* Move status wheel box higher upScott Ullrich2008-11-251-2/+2
|
* Hide add gateway box after clicking saveScott Ullrich2008-11-251-0/+1
|
* Add GatewayScott Ullrich2008-11-251-1/+1
|
* Add default gw box, check it by default if the interface is wanScott Ullrich2008-11-251-3/+8
|
* If the interface is wan, select the default gw box automaticallyScott Ullrich2008-11-251-1/+4
|
* Use show, not appearScott Ullrich2008-11-251-1/+2
|
* Add onFailure Ajax methodScott Ullrich2008-11-251-0/+4
|
* Make add gw screen red to draw attentionScott Ullrich2008-11-251-6/+6
|
* Do extra checking on return valueScott Ullrich2008-11-251-7/+12
|
* * Rename Copy my MAC address to Insert my local MAC addressScott Ullrich2008-11-251-1/+3
| | | | * Do not show Insert my local MAC address when no mac is detected
* s/add one/add a new one/Scott Ullrich2008-11-251-1/+1
|
* Apply routing changes, tooScott Ullrich2008-11-251-1/+4
|
* Use name, not gateway ipScott Ullrich2008-11-251-2/+3
|
* Correct restore stateScott Ullrich2008-11-251-3/+4
|
OpenPOWER on IntegriCloud