Project

General

Profile

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

# Date Author Comment
864bf774 12/02/2010 11:16 PM Erik Fonnesbeck

Restore spoofed MAC after running hostapd to keep behavior consistent with other interfaces. Ticket #841

acb0bce0 12/02/2010 10:40 PM Erik Fonnesbeck

Restore the original MAC address before running hostapd to work around a hostapd bug. Ticket #841

1dbc0c43 12/01/2010 11:22 AM Ermal LUÇI

Use correct variable name. Also related to Ticket #847.

0ac206f9 11/30/2010 04:21 PM Ermal LUÇI

Ticket #1047. Make the flags the same for each member interface before adding them to lagg(4)/bridge(4)

fdf4e791 11/29/2010 08:27 PM Scott Ullrich

Set net.inet.carp.log=1. Ticket #1038

fedab998 11/24/2010 06:08 PM Scott Ullrich

Nuke trailing c/r

0dcdbc85 11/15/2010 06:50 PM Scott Ullrich

Send errors to 2>

21699e76 11/12/2010 11:51 PM Ermal LUÇI

Fix test for altq on vlans and wlan.

e9d7afeb 11/10/2010 06:27 PM Ermal LUÇI

Ticket #904. Hmm fix the interface_has_gateway() too.

f6b30142 11/10/2010 06:25 PM Ermal LUÇI

Ticket #904. Actually correctly handle the assigned openvpn client as a dynamic gateway rather than breaking the behaviour of the system. Strange nobody has noticed broken gateway behaviour with openvpn assigned!

c422a169 11/10/2010 06:18 PM Ermal LUÇI

Actually was coorect before. 3rd parameter is length not index.

Revert "Correct this to make it actually work. This is also mentioned in Ticket #904 though it was already implemented."

This reverts commit 6f2cc3a680f984ccbb387301a26d022e6969e665.

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

6f2cc3a6 11/09/2010 11:37 PM Ermal LUÇI

Correct this to make it actually work. This is also mentioned in Ticket #904 though it was already implemented.

7673cdb5 11/09/2010 10:17 PM Ermal LUÇI

Use a shell script rather than bad hack to execute php code for pppoe periodic reset.

72993196 11/02/2010 09:16 PM Ermal LUÇI

Protect from strange situations on bootup by testing for is_array(). Do not add anymore the 127.0.0.2 route its not needed anymore. Also during bootup bring up all interfaces so the assignment process can deal with them(Possibly should be done in another code flow!).

f5ea58da 10/15/2010 02:29 PM Ermal LUÇI

Ticket #927. Increase timeout to gice mpd the time needed to exit gracefully.

df2a0f18 10/12/2010 10:01 PM Ermal LUÇI

Resolves #944. Actually bring down the vlan interface if it existed previously. This is a regression from the ppp dance/requests/whatever.

43a22ee2 10/05/2010 03:19 PM Jim Pingle

This one looks safe, and might improve speed. Add it back.

6447bde5 10/05/2010 03:13 PM Jim Pingle

This ref should be safe too

74e1e658 10/05/2010 03:07 PM Jim Pingle

Whoops this reference was good (for speed) and should stay.

6727f4ef 10/05/2010 02:56 PM Jim Pingle

More unneeded references.

b676a6a9 10/05/2010 02:52 PM Jim Pingle

Remove unneeded reference.

dd8b859e 09/30/2010 03:42 PM Ermal LUÇI

Remove support for this legacy code. The upgrade path handles this.

b5eeef07 09/22/2010 07:15 PM Ermal LUÇI

Restart dnsmasq first because dyndns might depend on it. Possibly these all should be sent through evnets to check_reload_status

86dcdfc9 09/16/2010 10:42 PM Ermal LUÇI

Add as a search domain the domains suggested by dhcp.

01f1b601 09/14/2010 08:32 PM Ermal LUÇI

Ticket #867. Flush the cache when restarting apinger and also when rc.newwanip is called. also restart apinger earlier in to be on latest address asap.

0ae6daf8 09/07/2010 07:36 PM Ermal LUÇI

Use the new events mechanisms to dispatch events.

3896d93e 09/04/2010 12:58 AM Erik Fonnesbeck

Do this check earlier rather than later, instead of moving the interface_bring_down call.

0a28d385 09/04/2010 12:50 AM Erik Fonnesbeck

Revert "Rearrange function calls for wireless to prevent killing hostapd/wpa_supplicant at the wrong time."

This reverts commit e93385d06ddf0e2888b3f5ee5764992a19f99120.

fb2f0db1 09/04/2010 12:49 AM Erik Fonnesbeck

Revert "Ticket #867. Do not destory interfaces other than preventing a loop for ppp interfaces during interface configuration."

This reverts commit 990fb7a9a9b03f744c56792011f1c1e2950ce764.

67e77adf 09/03/2010 11:42 PM Erik Fonnesbeck

Protect against wpa_supplicant dying when bringing down interfaces to change wireless regulatory configuration.

e93385d0 09/03/2010 10:50 PM Erik Fonnesbeck

Rearrange function calls for wireless to prevent killing hostapd/wpa_supplicant at the wrong time.

- Moved interface_wireless_configure call to after the new location of the interface_bring_down call to prevent it from killing hostapd and wpa_supplicant right after they start....

e49a2031 09/03/2010 05:59 PM Ermal LUÇI

Ticket #843. Disable for now bringing down the interface unless we want to destroy it. While this is not all correct this seems to help alleviate problems when the parent is shared on cloned types.

e8471084 09/01/2010 03:51 PM Ermal LUÇI

Ticket #866 #632. Save old settings or actions to be taken for reconfiguring a route/vip on a tmp file and make use that information when apply settings buttons is clicked. This makes the gui behave as expected.

990fb7a9 09/01/2010 12:13 PM Ermal LUÇI

Ticket #867. Do not destory interfaces other than preventing a loop for ppp interfaces during interface configuration.

319cbd5e 08/31/2010 07:11 PM Ermal LUÇI

Correct binaries and find_dhclient_process

f814d3a6 08/31/2010 11:19 AM Ermal LUÇI

Make this more readble.

7e96ca27 08/31/2010 11:16 AM Ermal LUÇI

Ticket #860. Honor the parameter if passed.

7c73f504 08/31/2010 11:12 AM Ermal LUÇI

Ticket #860. Correct code for proxyarp/choparp starting. Not sure why php did not bail at some code here missing curlies :).

c79439f1 08/30/2010 08:11 PM Ermal LUÇI

Actually it should test the other way.

7413cbfd 08/30/2010 07:56 PM Ermal LUÇI

Ticket #846. Do not try to add an interface to the bridge during an event of LINK_UP.

e19b7d1e 08/26/2010 04:38 PM Ermal LUÇI

Allow carp interfaces to sit on top of aliases. Also add safety belts to ipalias deletion for this to avoid breakage. Trigered-by: http://forum.pfsense.org/index.php/topic,27834.0.html

48f23632 08/26/2010 02:21 PM Ermal LUÇI

Fixes #847. Check even interface groups before allowing deletion of an interface. Also try to readd to a group an interface when configuring.

52ab1d44 08/26/2010 10:09 AM Erik Fonnesbeck

Revert "Use get_real_interface here and compare to that to make it more generic instead of doing this wireless-specific stuff." which probably ended up doing some recursion in various cases, especially slowing down as it goes down a larger list in this foreach loop....

3a90c973 08/24/2010 09:16 AM Marcus Brown

Tiny change to boot message to remove redundant info and make it pretty.

5b40ab9f 08/23/2010 02:30 PM Ermal LUÇI

Add run(4) to known wireless nics. Reported-by: http://forum.pfsense.org/index.php/topic,27744.0.html

8c62fa48 08/23/2010 01:11 PM Jim Pingle

Add bwn to interface lists too.

d09d53ac 08/20/2010 03:48 PM Ermal LUÇI

When booting up do not try to configure ovpn[c|s] interfaces if present also try to configure openvpn eariler just after the interfaces have been setup.

dea80743 08/20/2010 12:33 PM Ermal LUÇI

Ticket #684. Dispatch the reloading of the interface in dial-on-demand case to easy the GUI responsivess.

2f06cc3f 08/19/2010 06:32 PM Ermal LUÇI

Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs to a multiselect control. Remove proxydhcp option because it is broken and is not trivial to make it usable(if user request for it a reconsideration will be made). Allow multiple server ips on the server input box separated by commas. Also on the interface list do not show interfaces without an ip because dhcrelay will not be happy with them. Upgrade code is also included in this commit.

003f291a 08/19/2010 03:29 PM Ermal LUÇI

Ticket #684. Actually when reconfiguring an interface send the destory flag to avoid a loop with ppp-on-demand.

9a4c3eed 08/19/2010 12:45 PM Ermal LUÇI

Setup polling per interface rather only at bootup. This is a proper fix and a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces.

51d5aad7 08/17/2010 08:42 PM Ermal LUÇI

Fixes #88. Actually fix all the mess that was caused by setup_microcode() which overwrote the whole decisions being made on boot from other code. Solve this by moving the setting of all interface capabilities to interface_configure() and just leaving microcode setup to setup_microcode. Also optimize and make more readble the polling setup if activated/deactivated. This also fixes the ticket issue because the settings are now kept after booting up and not overwritten by other code.

6991dcb1 08/17/2010 07:58 PM Ermal LUÇI

Reshufling for better reading of code.

07676e36 08/17/2010 05:38 PM Ermal LUÇI

Ticket #88. When creating the bridge find the common flags needed related to rxcsum/txcsum so that the bridge actually works.

7e627719 08/16/2010 11:23 AM Ermal LUÇI

Also mark wlan cloned interfaces as altq capable.

febca7e8 08/16/2010 11:21 AM Ermal LUÇI

Add l2tp where missing. Also add l2tp and igb to altq capable interfaces.

df309b37 08/13/2010 02:54 PM Marcus Brown

If mpd.conf files exists in the /conf directory, link to it instead of
generating a new one from config.xml data.

This allows power users to tweak mpd conf to their delight, and gives
devs a way of testing out conf tweaks without needing to alter php code.

6a30f701 08/13/2010 02:32 PM Marcus Brown

Expose MRRU settings in the GUI for PPPoE (MLPPP).

91a38e1f 08/11/2010 08:34 PM Ermal LUÇI

Do not require a refernce passed because seems php likes to screw with it internally. This should have be the second belt at Ticket #819.

c9e7d30d 08/11/2010 05:44 PM Scott Ullrich

Add 8021.x preauth (rsn_preauth)

8d9cbe6f 08/10/2010 09:35 PM Ermal LUÇI

Fixes #684. Test file existence before trying to kill the process. Also correct interface name passed as parameter to interface_configure function, it should fix another ticket as a byproduct.

18ec0f13 08/10/2010 04:51 PM Ermal LUÇI

Use correct type so a proper config is generated. Reported by:http://forum.pfsense.org/index.php/topic,25465.msg141966.html#msg141966

0c77c314 08/09/2010 05:57 PM Ermal LUÇI

Get the real flags set on the interface to make code below work properly! Ticket #88.

56626335 08/05/2010 10:14 AM Erik Fonnesbeck

Add backend code for antenna settings. Ticket #13

9fd16ce4 08/03/2010 11:41 AM Ermal LUÇI

Add reference instead of copying also remove bogus comment and code that relies on interfaces named carp which should not happen anymore.

b635c060 08/03/2010 02:03 AM Erik Fonnesbeck

Use get_real_interface here and compare to that to make it more generic instead of doing this wireless-specific stuff.

557e7de1 08/03/2010 01:18 AM Erik Fonnesbeck

Since convert_friendly_interface_to_friendly_descr is now used for display purposes only, it should be fine to fix the case on PPTP and PPPoE.

8e06972c 08/02/2010 10:30 PM Erik Fonnesbeck

Revert "Adjust case of aliases/description names for PPTP and PPPoE server interfaces." since it affects a package that is using the pptp alias.

This reverts commit 429cac0198aea4c42f815e639fb123157de1861b.

38032730 08/02/2010 08:25 AM Erik Fonnesbeck

Don't create the wireless section of the config for an interface section that doesn't exist.

af637766 08/02/2010 07:52 AM Erik Fonnesbeck

Make convert_real_interface_to_friendly_interface_name recognize that the parent wireless name in the config means the same as the #0 clone. Fixes a bug in is_interface_wireless that could cause it to create a blank interface entry.

429cac01 08/02/2010 05:36 AM Erik Fonnesbeck

Adjust case of aliases/description names for PPTP and PPPoE server interfaces.

349e9ec1 08/02/2010 05:03 AM Erik Fonnesbeck

Correct capitalization for PPTP and L2TP in a couple places.

57c52d45 08/02/2010 03:53 AM Erik Fonnesbeck

Small optimization for convert_friendly_interface_to_friendly_descr. Do not build an interface list for the most common cases.

89830b60 07/30/2010 09:55 PM Ermal LUÇI

Ticket #776. reload even ipalias type of vip when reloading carps and do not destroy cloned interfaces on interface bring down.

3ca774ac 07/30/2010 03:18 PM Ermal LUÇI

Be more correct and do the same checks for RXCSUM capabilities as is done for TXCSUM one.

a639bb91 07/30/2010 03:16 PM Ermal LUÇI

Ticket #88. Correctly use the parameter returned from link_interface_to_bridge to actually set the flags on the interface being configured the same as the bridge. While here simplify gre/gif handling too.

9c43432a 07/29/2010 01:01 PM Ermal LUÇI

Ticket #752. Actually do this only for openvpn client instances.

7970b622 07/29/2010 01:00 PM Ermal LUÇI

Ticket #752. Consider openvpn interfaces as ones with gateways now that the up/down scripts write the appropriate information.

f62c44d8 07/28/2010 09:23 PM Erik Fonnesbeck

Add a checkbox to make syncing shared wireless settings to a central area optional.

062023a5 07/28/2010 09:23 PM Erik Fonnesbeck

Add a central location that shared wireless settings will sync to/from.

81c64284 07/28/2010 01:03 AM Chris Buechler

partially fix Status>CARP enable/disable

c55e4580 07/22/2010 03:18 AM Chris Buechler

only match with a space behind the IP, otherwise 10.0.0.6 CARP IP may match against interface IP 10.0.0.60, and show incorrect info on the CARP status page

5c49cf58 07/21/2010 08:50 PM Ermal LUÇI

Ticket #667. Actually destroy when trying to reconfigure an interface.

64e6490a 07/21/2010 08:48 PM Ermal LUÇI

Ticket #667. Take another approach at handling dial-on-demand and Connect/Disconnect button. If the link is chosen for dial on demand during a disconnect request it will be brough up again instead of just leaving it down so traffic will flow easily when there is a request.

06cb2656 07/06/2010 07:34 PM Erik Fonnesbeck

Remove extra }

89e7778f 07/06/2010 07:14 PM Erik Fonnesbeck

Fix up checks for changing wireless regulatory settings.

1ea67f2e 06/18/2010 06:46 PM Ermal LUÇI

Also teach system_routing_configure to have an interface as parameter so to reload only routes related to this interface when an interface is reconfigured.

769e254e 06/18/2010 06:35 PM Ermal LUÇI

Do not reconfigure CP on every event of interfaces or while reloading the webGUI. Create 2 new function to just rewrite rules and restart the webserver for CP repctively for interface events and webGUI restart events.

ca942829 06/16/2010 04:36 PM Ermal LUÇI

Actually it needs choparp_ prepended.

962fd685 06/16/2010 04:07 PM Ermal LUÇI

Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.

a138f4fb 06/16/2010 11:01 AM Ermal LUÇI

Fixes #667. Do not bring down mpd5 if the interface is configured for dial on-demand.

765664a4 06/15/2010 05:53 AM Marcus Brown

Fix comments to work better.

3de9ca1c 06/15/2010 05:30 AM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

5d9d443a 06/15/2010 05:29 AM Marcus Brown

Comment out log suppression. No front end control implemented yet.

bd414316 06/14/2010 11:45 PM Jim Pingle

Fix typo. Ticket #632

ea5f6c95 06/14/2010 12:26 PM Ermal LUÇI

Ticket #88. Add checks to disable txcsum when needed for wirless interfaces so it does not break bridging when teh interface itself is reconfigured.

7de83e03 06/14/2010 12:11 PM Ermal LUÇI

Simplify/optimize code for carp [re]configuration. This is possibly related to Ticket #601. Also this speedups vip creation on large number of interfaces.

e03b0a03 06/14/2010 11:29 AM Ermal LUÇI

Fixes #632. Use the correct function to handle vip destory.

8af6c46d 06/13/2010 01:55 PM Marcus Brown

Remove extra code that isn't needed any more in interfaces.inc.

creating pppoe reset file is now handled directly in interfaces_ppps_configure function.