Project

General

Profile

« Previous | Next » 

Revision 67ee1ec5

Added by Ermal Luçi almost 17 years ago

  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • Much improved rule generation speed
  • Many bug fixing in general of the interface handling

NOTE: this is only half part of the changes the other half will come after

View differences:

etc/rc.linkup
93 93
						interfaces_lan_configure();
94 94
						break;
95 95
					default:
96
						interfaces_optional_configure_if($interface);
97
						echo "interfaces_optional_configure_if($interface);\n";
96
						interfaces_wan_configure($interface);
97
						echo "interfaces_wan_configure($interface);\n";
98 98
						log_error("HOTPLUG: Configuring optional interface {$interface}");
99 99
						break;
100 100
				}

Also available in: Unified diff