summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
Commit message (Collapse)AuthorAgeFilesLines
* Sync configuration of shared settings between wireless clones.Erik Fonnesbeck2010-02-221-1/+3
|
* Add wireless tab to Interfaces: (assign) now that the configuration page is ↵Erik Fonnesbeck2010-02-151-7/+8
| | | | functional.
* correct function nameChris Buechler2009-12-261-1/+1
|
* Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The ↵Ermal Luçi2009-12-231-0/+2
| | | | other clones are handled half way but should work ok.
* Put back a wrongly removed line.Ermal Luçi2009-12-021-0/+2
|
* Notate what code does and remove XXXsullrich2009-11-291-1/+4
|
* Call enable_rrd_graphing(); when clicking save Ticket #154sullrich2009-11-271-0/+3
|
* add captiveportal.incsullrich2009-11-261-0/+1
|
* Add ipsec.inc and vpn.incsullrich2009-11-261-3/+5
|
* Resolves #174. Fix the typo to reresolve the issue.Ermal Luçi2009-11-261-3/+1
|
* Resolves #174. If the interface reassignment changes reload the config for ↵Ermal Luçi2009-11-251-0/+7
| | | | the interface.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+5
| | | | include 2009 on files that I have asserted (C) on
* Resolve elsif errorScott Ullrich2009-08-251-2/+2
|
* Oops, add ?>Scott Ullrich2009-08-241-1/+1
|
* Only show one notice and unbreak the apply buttonScott Ullrich2009-08-241-4/+6
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+1
| | | | | | | | | | | 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.
* Add description even for parent QinQ vlan.Ermal Luçi2009-03-301-1/+1
|
* Allow QinQ interfaces to be assigned.Ermal Luçi2009-03-301-37/+52
|
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-281-5/+6
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-6/+7
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* Check if the interface is used by gre/gif tunnels before allowing deletion.Ermal Luçi2008-11-071-0/+4
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Do not allow deletion of interfaces that are part of a bridge. While here ↵Ermal Luçi2008-11-071-36/+39
| | | | fix an error on nat 1:1 rule unsetting.
* 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
|
OpenPOWER on IntegriCloud