Project

General

Profile

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

# Date Author Comment
974ff781 04/07/2009 08:31 PM Chris Buechler

fix typo, clean up text

58936a34 04/06/2009 09:22 PM Ermal Luçi

Update my copyright.

15b78e3e 04/06/2009 09:22 PM Ermal Luçi

Remove debug string.

c1289cfd 04/03/2009 08:50 AM Ermal Luçi
  • Convert the QinQ code to use a file where the commands are passed. This speeds up most of the vlan creation.
    Before you'd need 20min to create qinq with 1000 member now it adds 2000 members in just 1 minute
  • Fix some cleanups when deleting QinQ
5f1e1d26 03/28/2009 09:08 AM Ermal Luçi

Bring in support for QinQ. At this time it is limited to only 2 levels.

f2ba47f8 03/22/2009 11:19 PM Ermal Luçi
  • Keep only one function to return the mac address
  • Bring the mac address function to interfaces.inc its the only consumer of those.
42753d25 03/17/2009 12:01 AM Ermal Luçi

Actually merge the part that does the real work with FreeBSD groups.

f2a5b5e4 03/10/2009 02:14 AM Chris Buechler

Fix display of DHCP status on Status -> Interfaces

ccfabf39 03/09/2009 07:07 AM Ermal Luçi

Fix http://forum.pfsense.org/index.php/topic,14361.0.html

5e041d5f 03/01/2009 01:19 AM Scott Ullrich

Revert "Merge IPv6 changes"

This reverts commit 1f9f2a95b7b42cf33e730535092e56e214fdb848.

Conflicts:

etc/inc/filter.inc
etc/inc/interfaces.inc
etc/inc/pfsense-utils.inc
e7693c09 02/22/2009 07:47 PM Ermal Luçi

Make the rc.banner a lot more faster.

28d22199 02/15/2009 07:23 AM Scott Ullrich

Remove this while loop now. It never ends and runs the cpu usage up to 100% forever.

acc1e9d0 02/15/2009 06:50 AM Scott Ullrich

Revert "Back out ipv6 changes"

This reverts commit 541b7c561912174b57927839ce39bb7ec9c07ee4.

541b7c56 02/15/2009 06:39 AM Scott Ullrich

Back out ipv6 changes

521cfa2f 02/14/2009 06:44 AM Ermal Luçi

Make sure we do not return the interface passed as parameter rather NULL.

287122db 02/14/2009 06:44 AM Ermal Luçi

Remove wrong comment.

0dc702f3 02/14/2009 06:40 AM Ermal Luçi

Fix delaying of creating composite interfaces like bridge/gre/gif. This fixes the problems reported http://forum.pfsense.org/index.php/topic,13735.0.html.

dde60415 02/13/2009 08:38 PM Ermal Luçi

MPD4 moved the authentication on auth section coorect the settings on PPTP which were forgotten.

7b08d8c0 02/01/2009 10:27 PM Ermal Luçi

Make L2TP known in other parts of system, schedules and the function get_interface_ip.

8c1ed8aa 02/01/2009 03:26 PM Ermal Luçi

Add more L2TP improvements.

9a5bd870 01/20/2009 05:54 PM Ermal Luçi

Correctly add lagg members and create lagg interfaces before vlans to allow the later to be created on top of lag.

c47b0b2b 01/20/2009 05:53 PM Ermal Luçi

Merge branch 'master' of :pfsense/mainline

ed40c952 01/20/2009 05:53 PM Ermal Luçi

Correctly add lagg members and create lagg interfaces before vlans to allow the later to be created on top of lag.

1f9f2a95 01/20/2009 06:55 AM Simon Cornelius P. Umacob

Merge IPv6 changes

cfc4dab8 01/19/2009 09:20 PM Ermal Luçi

Move laggproto setting after adding the members and making sure they are up.
Otherwise we might panic as explained in ticket #1864

faab50d4 12/08/2008 01:51 PM Ermal Luçi

Fix the {interface}up checks.

b55307bf 12/08/2008 01:44 PM Ermal Luçi

Fix generation of pppoe reset cron entry. Not sure if this should stay here or go into inteface_pppoe_configure!?

ed4937bc 12/08/2008 02:35 AM Chris Buechler

fix CARP panics with VLANs

fc6dc263 12/08/2008 12:12 AM Chris Buechler

Don't use broadcast on CARP IPs.

f11deb5b 12/07/2008 11:51 PM Chris Buechler

Don't add CARP IPs on an interface that doesn't exist to prevent panic.

97973ed8 12/07/2008 01:30 PM Ermal Luçi

Add another parameter to interface bring down which can be used to destroy the interface if it is a virtual/cloned one.

c886eb85 12/05/2008 11:38 AM Seth Mos

Temporary Fix for vlan creation issue.

7d12e309 11/30/2008 08:43 PM Ermal Luçi

Use correct var.

99c2a28b 11/30/2008 08:15 PM Ermal Luçi

Add some checks on interface_bring_down and remove unlinking of nameserver.conf it needs some more thinking on how to propperly do that.

dd86dccf 11/30/2008 10:48 AM Ermal Luçi

Correct error message.

07101b63 11/30/2008 10:47 AM Ermal Luçi

It is legitimate to be called with an empty vlanif. The webgui uses this to create new vlans.

3ae4960c 11/30/2008 10:43 AM Ermal Luçi

Correct some checks and use propper whitespace.

eba938e3 11/21/2008 07:39 PM Scott Ullrich

Change functions to function nameoffunction() {

53c82ef9 11/21/2008 07:36 PM Scott Ullrich More pppoe_reset cleanups
  • Add new function to interfaces.php setup_pppoe_reset_file() which
    sets up the periodic reset file. Prior to this restoring a config.xml
    backup would end up with a cron entry with no file!
  • More text cleanups to make the files readable
630cfa6c 11/19/2008 05:29 AM Scott Ullrich
  • Do not destory enc0
  • Only run ifconfig if a real ip and netmask exists instead of ifconfig
8c167904 11/17/2008 10:11 PM Ermal Luçi

Change order slightly.

31b24870 11/16/2008 11:02 PM Ermal Luçi

Introduce 2 new functions
find_interface_subnet and get_interface_subnet
similar to their ip ones
find_interface_ip and get_interface_ip
to easy getting this info for dynamic interfaces.

b380c491 11/16/2008 05:56 PM Ermal Luçi

Update list of altq suppported interfaces with some of our custom internal names wich actually are really ng_iface(4) type.

56e5f847 11/16/2008 04:52 PM Ermal Luçi

Obey the dnsallowoverride option even for secondary dns on pppoe interface.

5b6eac01 11/10/2008 04:17 AM Scott Ullrich

Use product_name

be38535c 11/08/2008 03:56 PM Ermal Luçi

Try to use where possible filter_configure so upcoming event modifications can be easily integrated.

93347bbb 11/08/2008 12:20 AM Scott Ullrich

Call a backtrace and log it if we have a failed interface variable.

b5b957fe 11/07/2008 11:22 PM Scott Ullrich
  • Add interfaces_bring_up()
  • Fix log_error (missinge else)
  • Remove blank line after ?> that ermal just added
fded24de 11/07/2008 11:20 PM Ermal Luçi

Better check if the knob is defined or has no value.

039f7491 11/07/2008 11:18 PM Ermal Luçi

Reorder the calling.

d7147b1c 11/07/2008 11:12 PM Scott Ullrich
  • Log an error when an ifconfig up command is missing its interface
  • Cleanup formatting
ccbd2447 11/07/2008 08:03 PM Ermal Luçi
  • Use interface_bring_down to not duplicate code
  • If we are reconfiguring check bridge/gif/gre interfaces if they need to be reloaded.
  • Invalidate array cache to avoid stale information
7ec05d27 11/07/2008 07:30 PM Ermal Luçi
  • Rename link_int_to_bridge_interface to link_interface_to_bridge
  • Create two new function link_interface_to_{gif,gre}
332683cb 11/06/2008 03:31 PM Seth Mos

Surpress message when trying to remove alias address

923525a0 11/05/2008 11:21 PM Ermal Luçi

Fix typo.

1f15f43f 11/05/2008 11:19 PM Ermal Luçi

Make sure to have an interface as a bridge member after reconfiguring.

69e53ef0 11/05/2008 09:07 PM Ermal Luçi

Be smarter at finding the smallest mtu.

b64523c1 11/05/2008 09:00 PM Ermal Luçi

Fix mtu handling on bridge and lagg interfaces. Reported-by: Seth

dc97efaf 11/05/2008 08:51 PM Ermal Luçi

Some better checks to avoid errors.

a47a5798 11/05/2008 08:24 PM Ermal Luçi

Do some better checking before acting on the bridge.

31241000 11/05/2008 08:18 PM Ermal Luçi

Add each member to the bridge individually rather than in one single command.

f6b761fb 10/24/2008 10:08 PM Scott Ullrich

Restore correct stub

abb31ea4 10/23/2008 09:59 PM Ermal Luçi

Add stub functions for code that references old names(mostly pacakges).

Suggested-by: Scott

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
cb00b734 10/23/2008 08:57 PM Ermal Luçi

Improve vlan interface code to try to activate as much as possible on the parent, this allows to not maintain a supported list.

52d6ad51 10/19/2008 02:39 PM Ermal Luçi

Oops, use tunnel address not network.

0c56453c 10/19/2008 02:34 PM Ermal Luçi

Clenup some more when bringing down an interface.

adec6851 10/19/2008 01:32 PM Ermal Luçi

Clear the arp entries for the interface going down.

d8acd706 10/19/2008 01:29 PM Ermal Luçi

Slightly change order of commands for dhcp.

80bf3f4a 10/19/2008 01:20 PM Ermal Luçi

Refactor some code so frontend does not need to know about details that might change
during development.

f620d00d 10/19/2008 09:47 AM Ermal Luçi

style(9)

87a2efd1 10/19/2008 09:39 AM Ermal Luçi

Move from $debugging to $g["debug"].

b4914b78 10/19/2008 09:03 AM Ermal Luçi

When interface is configured for pppoe and mtu is also configured then adjust the pppoe mtu c
orrespondingly as to us this means pppoe mtu and not parent interface mtu.

b9004dfe 10/17/2008 02:33 PM Ermal Luçi

Restore accidentally removed code with bigpond removal which is causing issues with pppoe/pptp.

df4ae7c8 10/06/2008 10:23 PM Ermal Luçi
  • Remove bigpond support from backend.
  • Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected.
  • Actually start pppoe/pptp when the routing is called for this.
723e16b8 10/04/2008 10:52 PM Ermal Luçi

Actually take a shorter route at saving the gateway.

8b127117 10/04/2008 10:50 PM Ermal Luçi

Use correct interface to record gateway.

77045939 09/28/2008 03:33 AM Chris Buechler

run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. Works with ath(4) also.

Ticket #1813

bd33ee57 09/23/2008 06:32 PM Ermal Luçi

Take into consideration the subnet mask configured.

1d45c5ec 09/22/2008 04:38 PM Ermal Luçi

Use correct variable name for parent interface.

3cf15912 09/20/2008 02:56 PM Ermal Luçi

kill(1) does not need SIG in front of signals anymore. Though i do not think mpd4 responds to SIGUSR[1,2] the same as mpd3.

cea35dd8 09/20/2008 01:51 PM Ermal Luçi

Seems that mtu and up parameters of ifconfig cannot be specified together, at least on lagg(4) case.

fed043ef 09/15/2008 05:12 PM Ermal Luçi

Disable the second call to the same script for configuring wireless interfaces it seems redundant.

abc1cbc5 09/11/2008 09:42 PM Ermal Luçi

Fix ppp(3G) backend code and make it possible to create more the one.
Although it needs to be though how would we want to setup something as failover with such setups since we cannot expect for them to be always connected.
Maybe dial on request or some such might be needed!?

2d8d4f56 09/11/2008 08:10 PM Ermal Luçi
  • Rename $debug to $g['debug']
  • Fix renamed functions call especially the wireless config
  • Fix some ppp code backend
a953bbc0 09/11/2008 04:48 PM Ermal Luçi

Mostly missed renaming and typos.

  • Missed function call rename
  • This needs to be gif not gre
228d6f9a 09/10/2008 01:41 PM Ermal Luçi

Bring up to more sane config.

e1a121db 09/10/2008 01:26 PM Ermal Luçi

PPP forgotten knobs syncronization.

9b1c39e3 09/10/2008 01:15 PM Ermal Luçi
  • Fixup stray dots('...') on bootup and add some comments since we do loading of the filters twice during bootup?!
  • Merge all interface related bootstraps under interfaces_configure so this allows us to handle propperly assigned bridge/gre/gif/.. devices that might are initialized later than assigned interfaces....
1fb7c265 09/10/2008 11:07 AM Ermal Luçi
  • Remove the wan word from most of the functions in this file.
  • Remove the 's' from functions that deal only with one interface.
  • Some other fixes in general.
8f6f2a11 09/10/2008 10:26 AM Ermal Luçi

Correctly return gre/gif addresses if selected on the firewall rules or needed elsewhere.

12b3b339 09/10/2008 07:55 AM Ermal Luçi

Oops, typo. Thanks, http://forum.pfsense.org/index.php/topic,11442.0.html

4b176ed2 09/09/2008 10:25 PM Ermal Luçi

Do not execute the command if interface is not configured at all(type = none).

571f89fa 09/09/2008 08:54 PM Ermal Luçi
  • Remove dead code
  • Use the correct underlying interface when issuing command
  • Do not forget to bring the physical interface before creating a virtual one.
8da53af8 09/09/2008 02:55 PM Ermal Luçi

Handle renaming of the pppoe/pptp username and password parameters.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

92f7d37d 09/09/2008 08:05 AM Ermal Luçi

Insure this function returns always an array.

4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

9f6f3e04 09/07/2008 07:23 PM Chris Buechler

set auto channel properly

008760d0 09/07/2008 08:24 AM Ermal Luçi

Reflect the change on convert_friendly_interface_to_real... into get_real_wan_interface to return the real interface even for disabled ones. They are the same function that needs to be cleand up with the names in some distant future.