Project

General

Profile

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

# Date Author Comment
3c18fbc9 10/16/2005 11:57 PM Scott Ullrich

Echo done after configuring carp

80ec5eaa 10/16/2005 10:07 PM Scott Ullrich

MFC 6906 6907
Use /var/etc/ for storing configuration files MFC: ASAP (By sullrich)
Use /var/etc/ for storing configuration files MFC: ASAP (By sullrich)

51535829 10/16/2005 08:43 PM Scott Ullrich

MFC 6899
Allow bridging on ath0 + wpa

5acd3d7e 10/16/2005 08:41 PM Scott Ullrich

MFC 6897
Write out to /tmp/ file commands used when adjusting mtu during bridging operations

96812f11 10/16/2005 08:40 PM Scott Ullrich

MFC 6894
Force all members of a bridge to the bridging from interface mtu.

01ae6c40 10/16/2005 08:39 PM Scott Ullrich

MFC 6892
Setup span tree on all ports correctly.

e1c8cdf5 10/16/2005 05:34 PM Scott Ullrich

MFC 6871
If WAN is pppoe, hold down boot until connection is established This will help anyone with PPPOE on WAN and DHCP on OPTx not get incorrect gateways assigned.

8a8c0a8e 10/16/2005 05:21 PM Scott Ullrich

MFC 1.178
successfully kill hostapd if changing settings back from WPA to WEP (fix by lsf, noticed by marcusah)

749b7a33 10/16/2005 12:34 AM Scott Ullrich

Correct sysctl location

17c7054b 10/15/2005 05:57 PM Scott Ullrich
  • pfsync0 should already exist, do not create
  • assign syncdev and bring up at same time to match FreeBSD's pfsync rc.d script
6008210b 10/14/2005 08:47 PM Scott Ullrich
  • Major rewrite of CARP/PFSYNC init code. Remove a bunch of if() and for() to make the code 100* more readable
  • When bringing up CARP, set its advskew to 200 and when we are finally up at the end of the boot sequence assign the normal ADVSKEW

Patch-tested-by: BillM

7370613f 10/13/2005 12:12 AM Scott Ullrich
  • Various safety checks
  • Return next available slot correctly
ce33da32 10/12/2005 11:45 PM Scott Ullrich

Make get_number_of_bridged_interfaces() a little more industrial strength by actually looking at the bridge numbers instead of the quantity of bridges

af1b4b28 10/12/2005 11:34 PM Scott Ullrich

Missing }

4f9a78d9 10/12/2005 11:33 PM Scott Ullrich

Do not call ifconfig on non-existant interfaces when testing

0d429e43 10/12/2005 11:31 PM Scott Ullrich
  • Correctly bring up a new bridge
  • Correctly destroy a bridge when no longer used
d5ec969c 10/12/2005 09:51 PM Scott Ullrich

Remove debugging line

1132ff91 10/12/2005 08:33 PM Scott Ullrich

Start at 0

f78d2412 10/12/2005 08:31 PM Scott Ullrich

Use consistent variable names

bfca2bba 10/12/2005 08:30 PM Scott Ullrich

Trim whitespace

1fb9cd47 10/12/2005 08:28 PM Scott Ullrich

Change get_number_of_bridged_interfaces() behavior

38287b63 10/12/2005 08:19 PM Scott Ullrich

Correctly return # of bridges

26eb3795 10/12/2005 08:17 PM Scott Ullrich

Set $x = 0 before for()

41404ef1 10/12/2005 07:34 PM Scott Ullrich

Sync with 1.2

f9118d49 10/11/2005 11:06 PM Scott Ullrich

Sleep between down, delete and destroy. Race conditions are bad, mmmmkay?

bf276410 10/11/2005 10:57 PM Scott Ullrich

Return a numerical value instead of "bridge{$x}"

4cbeed35 10/11/2005 10:50 PM Scott Ullrich

Return a numerical value instead of "bridge{$x}"

dba4049f 10/11/2005 10:41 PM Scott Ullrich

++ bridge count

588a183b 10/09/2005 11:40 PM Scott Ullrich

Move wan gateway to interfaces->wan->gateway

a3484b5c 10/09/2005 09:41 PM Scott Ullrich

Correctly define () brackets

38a3e74e 10/09/2005 09:29 PM Scott Ullrich

Test for active bridge better

e2f56f0d 10/09/2005 09:20 PM Scott Ullrich

Down bridge before deleting and destroying

ba0e11c7 10/09/2005 09:19 PM Scott Ullrich
  • Add destroy_bridge()
  • Add discover_bridge()
6ee83b6e 10/09/2005 09:10 PM Scott Ullrich

Use get_next_available_bridge_interface() when creating new bridged interface

015bb1cc 10/09/2005 09:07 PM Scott Ullrich
  • Add get_number_of_bridged_interfaces()
  • Add get_next_available_bridge_interface()
53dfd34e 10/05/2005 12:28 AM Espen Johansen

Added hidden option for Roaming.

a8a7325e 10/02/2005 05:30 PM Scott Ullrich

Assign $wancfg array before resolving real interface

17be10c7 10/02/2005 04:53 PM Scott Ullrich

Translate friendly name into real interface name

bc76c771 10/02/2005 04:49 PM Scott Ullrich

Split dhcp out of get_current_wan_address into its own logic. Do not use get_real_wan_interface() when using dhcp.

1675c73f 10/02/2005 04:41 PM Scott Ullrich
  • Extend get_current_wan_address() to accept a interface.
  • Use "wan" if no interface supplied
  • Pass interface when creating nat port forwards
0de25bc8 09/30/2005 09:15 PM Scott Ullrich

Run dhclient without -d

Ticket #565

61b30ed7 09/30/2005 09:07 PM Scott Ullrich

Do not run dhclient in the background with mwexec_bg()

Ticket #565

ac3f8318 09/30/2005 11:51 AM Espen Johansen

Complete rewrite of wireless. Everything should be working now

387041ff 09/28/2005 12:48 AM Espen Johansen

Let ifconfig changes happen after hostapd is killed.
No more sighup hostapd as this seems to create problems.

e556dea7 09/28/2005 12:03 AM Scott Ullrich

If debugging is enabled, do not mute the console when bringing up the optional interfacs. we're trying to chase down a panic/freeze.

05957817 09/27/2005 10:44 PM Scott Ullrich

When debugging, alert while assigning syncdev

7fbe86c3 09/27/2005 10:21 PM Scott Ullrich

Do not use syncdev and syncif... Use syncdev.

727a2b91 09/27/2005 09:49 PM Scott Ullrich
  • Add new /debugging check which enables $debugging. We should use this in the future to output as much additional information that we need to in diagnosing problems. in this case we're adding data to carp on boot to deterimine why its locking up / rebooting...
5b0272bf 09/27/2005 04:16 PM Scott Ullrich

Do not process items if it's not an array.

04c5bd17 09/26/2005 07:36 PM Scott Ullrich

Work around the fact that our traffic shaper configuration takes time to create by leaving the carp interfaces in a down state until the very end of bootup.

94130afc 09/24/2005 09:23 PM Scott Ullrich

Only sleep for 1 second

868f266c 09/24/2005 08:50 PM Scott Ullrich

Remove function stub. No traces of it being called now.

19aeae7f 09/24/2005 08:47 PM Scott Ullrich

Adjust carp bootup sequence. Do not down the interfaces and later up them.

5c0a1269 09/24/2005 08:09 PM Scott Ullrich
  • Sync master password correctly
  • Do not down carp interfaces on bootup
e41fccbe 09/23/2005 12:14 AM Scott Ullrich

Backout. This wasn't meant to be commited just yet.

faeb7cdd 09/23/2005 12:13 AM Scott Ullrich

Reboot after restore

6fa4bdc6 09/22/2005 10:22 PM Scott Ullrich

Correct carp bringup sequence

7e648548 09/21/2005 12:34 AM Scott Ullrich

How about a space. Insightful.

8d27a5fe 09/19/2005 01:38 AM Espen Johansen

Adding (EXPERIMENTAL) WPA Support.
Fixing up ifconfig settings not beeing removed when they are disabled after first time enabling.

c7ab6d52 09/18/2005 11:43 PM Scott Ullrich

Move is_jumbo_capable to pfsense-utils

a2c16512 09/18/2005 11:22 PM Espen Johansen

Adding (EXPERIMENTAL) WPA Support.
Still celaning ifconfig bugs. Settings are not done correctly

d213185e 09/18/2005 10:23 PM Espen Johansen

Adding (EXPERIMENTAL) WPA Support.
Fixed a few bugs with setting turbo mode and hidessid and Pure G mode.

dc19bcf8 09/18/2005 06:46 PM Scott Ullrich

Move is_jump_capable() to pfsense-utils

ba0956f3 09/18/2005 06:40 PM Espen Johansen

Adding (EXPERIMENTAL) WPA Support.
Adding ifconfig down / up in order to activate channel changes and other ifconfig changes.

2ac908dd 09/18/2005 07:00 AM Espen Johansen

Adding (EXPERIMENTAL) WPA Support.

9c098128 09/18/2005 04:26 AM Scott Ullrich

Do not destroy carp interfaces. FreeBSD no likie.

23bfcd9f 09/16/2005 05:48 PM Scott Ullrich

hush little pfsync, don't say a word. GeekGod's gonna buy you a mocking bird.

a57b119e 09/15/2005 05:00 AM Bill Marquette

Add is_altq_capable() - will return true if the interface is altq capable

081065c1 09/15/2005 04:55 AM Bill Marquette

Add is_jumbo_capable() function
Tests to see if an interface is jumbo frame capable

ec11a1ad 09/09/2005 05:31 PM Scott Ullrich

Kill mpd and restart on wan changes if mpd is running.

Ticket #477

f9a5831e 09/08/2005 09:41 PM Scott Ullrich

If hostapd is already running, -HUP it

dd462f3e 09/08/2005 09:37 PM Scott Ullrich

Use full path to hostapd (/usr/sbin/hostapd)

16f0ac17 09/06/2005 05:21 PM Scott Ullrich

Not need to require secondary dns on pppoe connections

425f3e67 09/04/2005 03:01 AM Scott Ullrich

Handle 11g only correctly

8270a5ca 09/03/2005 08:09 PM Scott Ullrich

-f is not even an option. Bad dhclient web page giving out false info.

a892dca0 09/03/2005 06:38 PM Scott Ullrich
  • Launch DHCLIENT in foreground mode.
  • use mwexec_bg to launch item in the background

Confusing, eh?

249558a2 09/02/2005 01:13 AM Scott Ullrich

Do not setup supplicant if running hostap

459d6351 09/02/2005 01:05 AM Scott Ullrich

Add HOSTAP WPA support

50ad3b7c 08/29/2005 11:23 PM Scott Ullrich

Add WPA backend support

6d76590c 08/26/2005 04:22 PM Scott Ullrich

Even if a user doesn't fill in a hostname we really should run dhclient-script.

Doh! This is a bug on m0n0wall too.

b1b55ed2 08/25/2005 06:26 PM Scott Ullrich

$bridges_total should be a global variable. Treat as such.

84cec030 08/24/2005 10:27 PM Scott Ullrich

More fixes submitted by databeestje

c6c22e02 08/21/2005 05:31 PM Scott Ullrich

Do not echo done in interfaces_optional_configure_if()

1223f922 08/16/2005 09:22 PM Scott Ullrich

Use correct interface

aab78cf6 08/16/2005 09:01 PM Scott Ullrich

Use correct interface

45870464 08/16/2005 07:55 PM Scott Ullrich

Correct grab the optional configuration profile

4d18de6a 08/14/2005 05:21 PM Scott Ullrich

Correctly bring up optional interface dhclient

Reported-by: databeestje

0f1b5370 08/14/2005 04:56 PM Scott Ullrich

Down the interface in question. DHCLIENT should exit gracefully afterwards and if not, kill it!

8c3e8725 08/12/2005 09:42 PM Scott Ullrich

Fixup Renew/Release

fae80dfc 08/12/2005 09:24 PM Scott Ullrich

Allow multi interface Renew/Release

468cee8d 08/12/2005 09:18 PM Scott Ullrich

Add interfaces_dhcp_down($interface);

6d302eba 08/10/2005 08:28 PM Scott Ullrich

Update location of dhclient-script

8080aa0e 08/10/2005 08:25 PM Scott Ullrich

Remove no longer used dhclient -r option.

5befea23 08/10/2005 08:22 PM Scott Ullrich

Tell dhclient to go into background and don't call mwexec_bg()

37af1417 08/10/2005 03:26 PM Scott Ullrich

Back out last commit.

51832303 08/10/2005 03:26 PM Scott Ullrich

++ counter before processing

75f2c22c 08/10/2005 03:25 PM Scott Ullrich

Remove any dangling carp occurances. This bug showed its head during the hackathon.

fdca0ea8 08/08/2005 03:35 PM Scott Ullrich

Do not write to /tmp/sbin/ifconfig, write to /tmp/ifconfig

f169d6ca 08/04/2005 12:05 AM Scott Ullrich

Correctly write out /tmp/ file

97a38775 08/02/2005 09:32 PM Scott Ullrich

correct path to ifconfig