Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partially fix linkup. ticket #656 | Chris Buechler | 2010-07-25 | 1 | -0/+6 |
| | |||||
* | Fix booting checks. Part of ticket #53. | jim-p | 2010-05-11 | 1 | -1/+2 |
| | |||||
* | fix text | Chris Buechler | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Decouple filter.inc from functions.inc. There is no need to process filter ↵ | Scott Ullrich | 2009-11-21 | 1 | -0/+2 |
| | | | | functions most of the time. Include filter.inc where it is needed | ||||
* | * Hide interfaces internals to other code and use the propper interfaces. | Ermal Luçi | 2009-03-30 | 1 | -2/+2 |
| | | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces. | ||||
* | Remove blank newline | Scott Ullrich | 2009-03-18 | 1 | -1/+2 |
| | |||||
* | Do not ignore interface events even for pppoe/pptp it does no good. | Ermal Luçi | 2009-03-01 | 1 | -14/+13 |
| | |||||
* | Use correct variable | Ermal Luçi | 2009-02-28 | 1 | -1/+1 |
| | |||||
* | Remove redundant check | Seth Mos | 2008-11-10 | 1 | -11/+0 |
| | |||||
* | Be smarter parsing the command line before passing it into ↵ | Seth Mos | 2008-11-10 | 1 | -5/+21 |
| | | | | | | handle_argument_group. This prevents bogus events being logged when (dis)connecting a cable | ||||
* | Bring order and simplify logic. | Ermal Luçi | 2008-10-19 | 1 | -56/+50 |
| | |||||
* | * Remove bigpond support from backend. | Ermal Luçi | 2008-10-06 | 1 | -1/+1 |
| | | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this. | ||||
* | Rename interfaces_wan_configure to interface_configure now that it is used ↵ | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | | | | for all assigned interface configuration. | ||||
* | Merge lan configuration to the interfaces_wan.php page wich does the ↵ | Ermal Luçi | 2008-09-07 | 1 | -18/+6 |
| | | | | | | configuration of all other assigned interfaces. | ||||
* | * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING | Ermal Luçi | 2008-07-14 | 1 | -2/+2 |
| | | | | | | | * 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 | ||||
* | Continue interface improvements. | Ermal Luçi | 2008-06-21 | 1 | -4/+3 |
| | |||||
* | Do not reconfigure on pptp interfaces. | Seth Mos | 2007-10-09 | 1 | -2/+3 |
| | |||||
* | Check if interface is passed along, otherwise return | Seth Mos | 2007-10-09 | 1 | -0/+4 |
| | |||||
* | Switch on correct argument variable | Seth Mos | 2007-10-09 | 1 | -5/+8 |
| | | | | | Clear arp cache per interface instead of all Clear arp cache for staticly configured interfaces | ||||
* | Do not handle blank interface names. Ticket #1461 | Scott Ullrich | 2007-10-05 | 1 | -1/+3 |
| | |||||
* | $config needs to be a global. Someone needs a pointy-hat! | Scott Ullrich | 2007-04-29 | 1 | -1/+2 |
| | |||||
* | Use $_SERVER['argvc'] and $_SERVER['argv'][$x]. This fixes the linkup ↵ | Scott Ullrich | 2007-04-29 | 1 | -4/+4 |
| | | | | issues (hotplug) | ||||
* | rc.linkup is a event queue of sorts. It needs to to loop through all ↵ | Scott Ullrich | 2007-03-12 | 1 | -53/+51 |
| | | | | arguments and process them in the order that they where received in. | ||||
* | * Show arguments being passed * Remove argument == 2 check, there could be ↵ | Scott Ullrich | 2007-03-12 | 1 | -3/+0 |
| | | | | 4, or 6, or 8, etc. | ||||
* | Remove logging helper entries | Scott Ullrich | 2007-03-09 | 1 | -0/+4 |
| | |||||
* | Remove logging helper entries | Scott Ullrich | 2007-03-09 | 1 | -6/+0 |
| | |||||
* | Link up patch submitted by billm. | Scott Dale | 2007-02-14 | 1 | -59/+55 |
| | |||||
* | Do not loop forever | Scott Ullrich | 2007-02-06 | 1 | -2/+4 |
| | |||||
* | Read in argspassed | Scott Ullrich | 2007-02-06 | 1 | -0/+1 |
| | |||||
* | Simply note the arguments passed to rc.linkup instead of exiting. | Scott Ullrich | 2007-02-06 | 1 | -5/+1 |
| | |||||
* | Do not process the same events twice. A nic may be stopped and restarted ↵ | Scott Ullrich | 2007-02-06 | 1 | -2/+2 |
| | | | | but we do not want to start or stop twice. | ||||
* | Do not process nics twice. | Scott Ullrich | 2007-02-06 | 1 | -0/+6 |
| | |||||
* | Output args passed so that we can get a better idea of what is happening. | Scott Ullrich | 2007-02-06 | 1 | -1/+2 |
| | |||||
* | Log the interface number / opt that we are running dhclient on optional ↵ | Scott Ullrich | 2007-02-02 | 1 | -1/+1 |
| | | | | interfaces | ||||
* | Do not newline on syslog items | Scott Ullrich | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | Note when arguments are passed incorrectly to rc.linkup | Scott Ullrich | 2007-02-02 | 1 | -1/+2 |
| | |||||
* | Instead of echoing out the value where nobody will see it, send it to ↵ | Scott Ullrich | 2007-02-02 | 1 | -9/+9 |
| | | | | log_error() so we can ensure the values are correct and aide in debugging this dhclient issue. | ||||
* | Woops, set $int before calling! | Scott Ullrich | 2006-05-19 | 1 | -2/+2 |
| | | | | Pointy-hat-to: me | ||||
* | Do not pass opt1, pass 1 instead. | Scott Ullrich | 2006-05-19 | 1 | -1/+3 |
| | | | | | | This fixes dhclient on optional interfaces. Ticket #970 | ||||
* | Backout last commit | Scott Ullrich | 2006-03-13 | 1 | -2/+0 |
| | |||||
* | Move /tmp/rc.linkup unlink operation into rc.linkup | Scott Ullrich | 2006-03-13 | 1 | -1/+4 |
| | |||||
* | Transfer rc.linkup over to devd | Scott Ullrich | 2006-03-13 | 1 | -43/+52 |
| | |||||
* | MFC 8080 | Scott Ullrich | 2005-11-27 | 1 | -41/+47 |
| | | | | | * Do not process hotplug events from pppoe * Cleanup kill by pid function, accept a real pid (dhclient depends on this) | ||||
* | Only exit linkup when interface is not a dynamic type. Prior we where ↵ | Scott Ullrich | 2005-11-25 | 1 | -1/+8 |
| | | | | exiting only if it was DHCP which would bypass linkup events for PPPoE, etc. | ||||
* | Ignore hotplug event on non-dhcp interfaces | Scott Ullrich | 2005-11-18 | 1 | -0/+6 |
| | |||||
* | Allow plugging and unplugging of ethernet interfaces (and wireless) | Scott Ullrich | 2005-10-26 | 1 | -1/+0 |
| | |||||
* | Handle ethernet hotplug events correctly | Scott Ullrich | 2005-10-25 | 1 | -8/+14 |
| | |||||
* | MFC 7172 | Scott Ullrich | 2005-10-25 | 1 | -0/+62 |
Add rc.linkup script which will be called from devd when starting or stopping a device |