summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a note that interfaces part of a lagg(4) will not be shown(allowed to be ↵Ermal Luçi2008-09-201-0/+1
| | | | assigned.
* Do not allow lagg(4) members to be assigned.Ermal Luçi2008-09-201-2/+6
|
* Array checks too.Ermal Luçi2008-09-091-1/+2
|
* Actually fix problem with assigning number of interfaces greater than 10 or 20.Ermal Luçi2008-09-031-9/+4
|
* Fix problem reported on http://forum.pfsense.org/index.php/topic,10984.0.html.Ermal Luçi2008-09-021-10/+9
| | | | | Actually this is a dumb php susbstr() function behaviour since the code logic was fine. Either way this fixes the problem of not allowing more the 12 total interfaces present.
* Fix forgotten bridge configuration knob rename.Ermal Luçi2008-08-311-2/+2
|
* Remove CSS field assignment which is moving the text over to makeScott Ullrich2008-08-301-1/+1
| | | | accomidations for a blank icon.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Link lagg to GUIErmal Luçi2008-07-251-0/+1
|
* Display the lagg interface to the interfaces assign page.Ermal Luçi2008-07-251-0/+14
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-251-0/+1
|
* Provide good looking entries for GRE/GIF/BRIDGES.Ermal Luçi2008-07-251-0/+39
| | | | NOTE: that for now becareful to assing this cloners after their parents for GRE/GIF and after their members for BRIDGE to avoid problems.
* Link GRE/GIF to the GUI.Ermal Luçi2008-07-231-1/+2
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-1/+2
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Unlink only if the file exists to aviod errors.Ermal Luçi2008-07-071-1/+1
|
* Missed rule removal commit.Ermal Luçi2008-06-231-1/+17
|
* Fix Ticket #1660.Ermal Luçi2008-06-231-63/+56
| | | | This also means this part of interface improvements is finished, although other are needed.
* Continue interface improvements.Ermal Luçi2008-06-211-2/+2
|
* Initial import of PPP for 3G and dial up modem support.Chris Buechler2008-02-181-1/+22
| | | | Needs testing and likely some fixing, then porting to HEAD once verified working.
* Remove dhcpd.leases and reload daemon after LAN interface removal.Scott Ullrich2008-02-091-0/+2
|
* When deleting the LAN interface, automatically unset the followingScott Ullrich2008-02-091-1/+1
| | | | | | | | | | | | | configuration areas: * Interfaces -> LAN * DHCPD -> LAN * Traffic Shaper * EZ Shaper settings * Firewall -> NAT NOTE: when adding back an interface if LAN does not exist, it is added back before OPTX so that these constaints can be upheld.
* * Whenb deleting the LAN interface unset NAT rules.Scott Ullrich2008-02-091-0/+1
|
* When deleting the LAN interface automatically unset:Scott Ullrich2008-02-091-0/+2
| | | | | * EZ Shaper configuration * Traffic Shaper Configuration
* Add back Save button.Scott Ullrich2008-02-091-5/+6
|
* * If the LAN interface exists, do not allow DHCP server on WAN.Scott Ullrich2008-02-091-25/+41
| | | | * If the LAN interface does not exist, do not allow DHCP server on LAN.
* LAN interface is now optional. Allow it to be deleted.Scott Ullrich2008-02-091-1/+1
|
* fix typoChris Buechler2007-12-261-1/+1
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-3/+0
|
* save button needs to be inside formBill Marquette2007-10-171-1/+1
|
* Ticket #1462: Make the save button only appear if you change an assignmentBill Marquette2007-10-171-2/+3
|
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-1/+1
|
* s/resolved/resolve/Scott Ullrich2007-04-241-1/+1
|
* Actually show when we are rebooting to avoid confusion.Scott Ullrich2007-04-241-1/+4
|
* When restoring a configuration via the webConfigurator detect that a ↵Scott Ullrich2007-04-231-0/+5
| | | | interface mismatch has occured and redirect the user to the assign interface screen. Once the assign interface Save button has been pressed go ahead and reboot. This might just prevent someone from throwing a fit since they do not have console access.
* MFC 12647Scott Ullrich2006-06-131-1/+5
| | | | Set the interface as down and delete the IP address when removing OPT
* Do not reload interfaces on add. Reload on save.Scott Ullrich2006-03-131-3/+0
|
* Trigger reload at end of pageScott Ullrich2006-03-111-2/+3
|
* MFCScott Ullrich2006-02-111-0/+11
| | | | Renumber interfaces after deleting. This is required for openvpn to function correctly.
* Do not redirect to same page, simply reparse config and show resultsScott Ullrich2006-01-141-4/+4
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Trigger reload at the end of the pageScott Ullrich2005-12-031-2/+8
|
* Use /tmp/reload_interfacesScott Ullrich2005-12-031-6/+2
|
* Use /tmp/reload_interfaces to reload interfacesScott Ullrich2005-12-031-1/+1
|
* Remove reboot noticeScott Ullrich2005-10-181-1/+1
|
* Remove reboot noticeScott Ullrich2005-10-181-2/+1
|
* Alert the user that the changes have been applied.Scott Ullrich2005-09-011-3/+10
|
* Do not set reboot needed flagScott Ullrich2005-07-251-1/+3
|
* Break before Save buttonScott Ullrich2005-07-241-1/+2
|
* * Drop kick reboots bye byeScott Ullrich2005-07-241-2/+4
| | | | | | * Add reloat_interfaces() * Add reload_all() * Use reload_all() in wizard
* updating files to use theme imagesErik Kristensen2005-07-211-2/+2
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
OpenPOWER on IntegriCloud