summaryrefslogtreecommitdiff
path: root/dummy
Commit message (Expand)AuthorAgeFilesLines
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+15
* netifd: stop using jshn_appendFelix Fietkau2012-12-171-7/+15
* netifd-proto.sh: execute proto_add_host_dependency() actions in subshell to r...Jo-Philipp Wich2012-06-181-4/+8
* add a command for allowing the setup task to schedule a restartFelix Fietkau2012-05-141-0/+7
* parse point to point ip addressesFelix Fietkau2012-05-141-3/+7
* proto-shell: refactor code to allow specifying per-address broadcast option f...Felix Fietkau2012-05-141-6/+38
* add a dummy pptp proto handler scriptFelix Fietkau2012-05-051-0/+43
* netifd-proto.sh: implement proto_add_host_dependency()Felix Fietkau2012-05-051-1/+12
* rename the interface of the dummy pppoe scriptFelix Fietkau2012-05-051-2/+2
* proto-shell: add support for appending configuration data over multiple updat...Felix Fietkau2012-04-292-0/+17
* add a default route in the dummy ppp.sh implementation to debug default route...Felix Fietkau2012-04-121-0/+1
* allow proto handlers to attach data items in notifyFelix Fietkau2012-03-232-8/+24
* shell: support routes without gatewayFelix Fietkau2012-03-151-1/+1
* add shell functions for adding tunnel data in proto notifyFelix Fietkau2012-03-151-0/+15
* proto-shell: prefix protocol callback functions with proto_Felix Fietkau2011-10-272-10/+10
* fold the _init callback into _init_configFelix Fietkau2011-10-272-14/+10
* proto-shell: add a notify command for setting interface availabilityFelix Fietkau2011-10-271-0/+9
* initialize dns server/search listsFelix Fietkau2011-10-241-0/+2
* proto-shell: allow protocol handlers to add interface error messages and bloc...Felix Fietkau2011-10-212-0/+26
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-1/+1
* increase sleep time for dummy pppoe handlerFelix Fietkau2011-10-181-1/+1
* fix passing routes to netifdFelix Fietkau2011-10-141-3/+3
* use json_close_object instead of json_close_tableFelix Fietkau2011-10-141-1/+1
* proto-shell: for default routes push a string instead of an integer as netmaskFelix Fietkau2011-10-141-1/+1
* proto-shell: allow proto handlers to export variables to child processesFelix Fietkau2011-10-141-0/+17
* proto-shell: add dns search domainsFelix Fietkau2011-10-141-0/+7
* proto-shell: allow proto setups without ifname (if interface main dev is pres...Felix Fietkau2011-10-141-1/+1
* add support for killing running proto-shell tasks with an arbitrary signal an...Felix Fietkau2011-10-142-0/+10
* add proper parameters for protocol notify functionsFelix Fietkau2011-10-132-5/+11
* proto-shell: add dns server supportFelix Fietkau2011-10-132-0/+8
* add support for launching a long running command from a proto-shell handler t...Felix Fietkau2011-10-122-1/+18
* proto-shell: add a library function for sending protocol handler updatesFelix Fietkau2011-10-102-0/+90
* proto-shell: move all proto init code to a separate functionFelix Fietkau2011-10-102-33/+36
* make it easier to use netifd-proto.sh as a libraryFelix Fietkau2011-10-101-4/+5
* add wrappers to parse setup/teardown dataFelix Fietkau2011-10-102-3/+15
* move around filesFelix Fietkau2011-10-103-2/+66
* move the main path to ./dummy to maintain the proper proto script implementat...Felix Fietkau2011-10-092-0/+43