Project

General

Profile

Download (8.39 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2f381b82 01/05/2008 05:04 AM Scott Ullrich

Reapply patches from ticket #1532

41a140f8 12/26/2007 03:08 AM Chris Buechler

fix typo

b73eda20 12/24/2007 07:44 AM Chris Buechler

Revert broken OPT interface removal commit. This breaks configurations entirely, worse than just improperly shifting configuration items.

Ticket #1532

0b1c5ff5 12/24/2007 12:40 AM Scott Ullrich

The original code did a mixed work: the part in interfaces_assign.php first renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config....

52bddb2e 04/24/2007 01:00 AM Scott Ullrich

s/resolved/resolve/

914a762d 04/24/2007 12:47 AM Scott Ullrich
  • Use is_interface_mismatch() function
  • Do not allow configuration to continue until the interfaces are setup correctly
  • When restoring a configuration via the webConfigurator detect that a 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.
3c43a344 06/13/2006 02:19 AM Scott Ullrich

MFC 12647
Set the interface as down and delete the IP address when removing OPT

5e4bc114 03/13/2006 05:20 AM Scott Ullrich

Do not reload interfaces on add. Reload on save.

4ca53d18 03/11/2006 05:24 AM Scott Ullrich

Trigger reload at end of page

98a0128c 02/11/2006 03:35 AM Scott Ullrich

MFC
Renumber interfaces after deleting. This is required for openvpn to function correctly.

21eebbb0 01/14/2006 08:59 PM Scott Ullrich

Do not redirect to same page, simply reparse config and show results

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

9b27960f 12/03/2005 05:33 PM Scott Ullrich

Trigger reload at the end of the page

8f42518e 12/03/2005 02:06 AM Scott Ullrich

Use /tmp/reload_interfaces

04931275 12/03/2005 01:32 AM Scott Ullrich

Use /tmp/reload_interfaces to reload interfaces

56afcab6 10/18/2005 11:56 PM Scott Ullrich

Remove reboot notice

bd705fb8 10/18/2005 11:55 PM Scott Ullrich

Remove reboot notice

2e506568 09/01/2005 10:14 PM Scott Ullrich

Alert the user that the changes have been applied.

093a01b0 07/25/2005 12:02 AM Scott Ullrich

Do not set reboot needed flag

7f894be6 07/24/2005 10:54 PM Scott Ullrich

Break before Save button

182c30de 07/24/2005 10:24 PM Scott Ullrich
  • Drop kick reboots bye bye
  • Add reloat_interfaces()
  • Add reload_all()
  • Use reload_all() in wizard
677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

d732f186 07/04/2005 12:13 AM Bill Marquette

Fix bottom rounds

931066a8 07/03/2005 04:26 PM Bill Marquette

Use $pgtitle
Fix assign/vlan tabs (backwards)

c8b8ff69 07/03/2005 12:28 AM Scott Ullrich

Curvify.

7f43ca88 07/02/2005 04:03 AM Scott Ullrich

Use new header system.

6eb47218 04/30/2005 08:04 PM Scott Ullrich

Add back html header

94a77286 04/30/2005 08:02 PM Scott Ullrich

Sync with m0n0wall

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision