index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dummy
Age
Commit message (
Expand
)
Author
2012-04-29
proto-shell: add support for appending configuration data over multiple updat...
Felix Fietkau
2012-04-12
add a default route in the dummy ppp.sh implementation to debug default route...
Felix Fietkau
2012-03-23
allow proto handlers to attach data items in notify
Felix Fietkau
2012-03-15
shell: support routes without gateway
Felix Fietkau
2012-03-15
add shell functions for adding tunnel data in proto notify
Felix Fietkau
2011-10-27
proto-shell: prefix protocol callback functions with proto_
Felix Fietkau
2011-10-27
fold the _init callback into _init_config
Felix Fietkau
2011-10-27
proto-shell: add a notify command for setting interface availability
Felix Fietkau
2011-10-24
initialize dns server/search lists
Felix Fietkau
2011-10-21
proto-shell: allow protocol handlers to add interface error messages and bloc...
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-18
increase sleep time for dummy pppoe handler
Felix Fietkau
2011-10-14
fix passing routes to netifd
Felix Fietkau
2011-10-14
use json_close_object instead of json_close_table
Felix Fietkau
2011-10-14
proto-shell: for default routes push a string instead of an integer as netmask
Felix Fietkau
2011-10-14
proto-shell: allow proto handlers to export variables to child processes
Felix Fietkau
2011-10-14
proto-shell: add dns search domains
Felix Fietkau
2011-10-14
proto-shell: allow proto setups without ifname (if interface main dev is pres...
Felix Fietkau
2011-10-14
add support for killing running proto-shell tasks with an arbitrary signal an...
Felix Fietkau
2011-10-13
add proper parameters for protocol notify functions
Felix Fietkau
2011-10-13
proto-shell: add dns server support
Felix Fietkau
2011-10-12
add support for launching a long running command from a proto-shell handler t...
Felix Fietkau
2011-10-10
proto-shell: add a library function for sending protocol handler updates
Felix Fietkau
2011-10-10
proto-shell: move all proto init code to a separate function
Felix Fietkau
2011-10-10
make it easier to use netifd-proto.sh as a library
Felix Fietkau
2011-10-10
add wrappers to parse setup/teardown data
Felix Fietkau
2011-10-10
move around files
Felix Fietkau
2011-10-09
move the main path to ./dummy to maintain the proper proto script implementat...
Felix Fietkau