summaryrefslogtreecommitdiffstats
path: root/etc/inc/upgrade_config.inc
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #486. Convert even the gateways that specify the interface itself.Ermal2010-04-141-2/+5
|
* Make lan/wan behave as all other interfaces.Ermal2010-03-271-0/+7
|
* Ticket #324. Add allow all rule during upgrade.Ermal Luçi2010-02-091-0/+14
|
* Ticket #280. Seems that xml parser does not set the value correctly.Ermal Luçi2010-01-141-4/+8
|
* Reorder a few lines so we do not step on the interface variable. This was ↵Seth Mos2009-12-241-4/+4
| | | | | | the cause of accidentaly adding gateway name entries in the $config['interfaces'] xml
* Fix variable name, this tagged all gateways as dynamic on upgrades.Seth Mos2009-12-231-1/+1
|
* Unbreak remote-ip box. Mpd is now starting for ppptp serverScott Ullrich2009-12-221-0/+2
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-211-25/+29
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* Make sure we test for the right gateway name in the upgrade code.Seth Mos2009-12-211-2/+3
|
* Attempt to work around both static configs and dynamic configs on load ↵Seth Mos2009-12-181-3/+5
| | | | | | balancer upgrades. Needs testing on live installs 1.2 => 2.0.
* Add a FIXME note to the upgrade part.Seth Mos2009-12-181-0/+1
|
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-0/+2
| | | | gateway names
* Make sure that we mark the wan interface as the default gateway on upgradesSeth Mos2009-12-181-0/+4
|
* Replace the previous itteration with this version 2 attempt.Seth Mos2009-12-181-5/+7
| | | | | The interface gateways array previously contained no interface name that could be used. Succesfully upgraded 1 configuration. Needs more testing to catch other edge cases.
* Replace gateways configuration upgrade code with 1st attempt to fix.Seth Mos2009-12-181-6/+17
| | | | Revert the lbpool descriptopn variable name. It was correct before.
* Make sure that when upgrading the load balancer pools to the gateway format ↵Seth Mos2009-12-181-1/+1
| | | | | | we set the description as well. Typo in the variable name
* Make sure that when upgrading a balance pool that we always user tier 1, it ↵Seth Mos2009-12-181-1/+6
| | | | previously used tier 0 which equals "Do not use".
* Fix the VLAN upgrade code so that it correctly renames the vlan entries and ↵Seth Mos2009-12-141-3/+13
| | | | | | updates the interfaces config section to the new name. Tested with 2 VLANS.
* Make sure we do not place the temporary files in / but in /tmpSeth Mos2009-12-141-0/+2
|
* s/loadbalancer/load_balancer/sullrich2009-12-071-3/+3
|
* Add back chopped off and. Output updating configuration after rrd upgrade ↵sullrich2009-12-071-1/+2
| | | | to make upgrade text look uniform.
* oops, revert this. there is code already. focus on making it work for this ↵sullrich2009-12-071-19/+4
| | | | config instead
* Upgrade outgoing load balancing to gateway groups. Ticket #78sullrich2009-12-071-1/+17
|
* Do not rely on PHP5 features which are not widely used in pfSense.Ermal Luçi2009-12-071-2/+2
|
* upgrade sysctls to value default. Ticket #71sullrich2009-12-061-21/+25
|
* Extra protection to prevent empty load_balancer arrays on configuration upgradesSeth Mos2009-12-031-1/+7
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+4
|
* add missing sysctl to config upgradeChris Buechler2009-09-011-0/+5
|
* Make the config upgrade sysctls match the correct values in the default ↵Chris Buechler2009-09-011-4/+4
| | | | config.xml.
* Include certs.incScott Ullrich2009-08-241-1/+1
|
* Make style consistentScott Ullrich2009-08-241-4/+2
|
* Oops, part of the git merge sneaked in here. RemoveScott Ullrich2009-08-241-10/+4
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-241-0/+33
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-241-0/+33
| | | | | | | | them via SSL.
* | Minor header changesScott Ullrich2009-08-241-2/+2
| |
* | Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-081-2/+0
| | | | | | | | not need to be present on all of the includes.
* | s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-161-1/+1
| |
* | Change even the upgrade code to use new style vlan names.Ermal Luçi2009-06-081-1/+1
| |
* | Revert "Do not use tags for vlan interface names since there might be same ↵Ermal Luçi2009-06-081-1/+1
| | | | | | | | | | | | vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@" This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
* | Do not use tags for vlan interface names since there might be same vlan tags ↵Ermal Luçi2009-06-081-1/+1
| | | | | | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
* | Remove code from Seth since one code already exists. And fix a bug on the ↵Ermal Luçi2009-06-081-11/+2
| | | | | | | | previous upgrade code.
* | Yank bridge upgrade function as it appears to be a duplicate. I should have ↵Seth Mos2009-06-081-25/+1
| | | | | | | | checked before making one. Oh well.
* | Fix bridge upgrade code.Seth Mos2009-06-081-3/+1
| |
* | Fix VLAN upgrade code properly. That's what I get for blind coding.Seth Mos2009-06-081-7/+4
| | | | | | | | Testing bridging code now
* | Fix butchered upgrade code in the end of the fileSeth Mos2009-06-081-0/+3
| |
* | Add missing quoteSeth Mos2009-06-081-1/+1
| |
* | Add missing ; to prevent parse errorSeth Mos2009-06-081-1/+1
| |
* | Try to fix "key element can not be a reference"Seth Mos2009-06-081-2/+2
| |
* | Actually use the counterSeth Mos2009-06-071-1/+2
| |
* | Add bridge upgrade code for 1.2 -> 2.0Seth Mos2009-06-071-1/+26
| | | | | | | | | | Like the vlan upgrade code this uses slot 38 to make sure it will not run on a 2.0 configuration. This is blind coded and needs testing. Please help testing.
OpenPOWER on IntegriCloud