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
/
proto.h
Age
Commit message (
Expand
)
Author
2011-09-12
move ip address parsing code to proto.c
Felix Fietkau
2011-09-12
make proto_apply_static_settings static, make helper functions take a struct ...
Felix Fietkau
2011-09-11
add a protocol event for link loss
Felix Fietkau
2011-09-11
add an interface for notifying protocol handlers of state changes via ubus
Felix Fietkau
2011-09-11
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-07
make functionality for applying static settings available
Felix Fietkau
2011-09-04
remove the uci dependency from protocol handlers
Felix Fietkau
2011-09-04
remove an unnecessary typedef
Felix Fietkau
2011-09-04
trigger proto attach from config.c
Felix Fietkau
2011-04-13
export a function to look up a protocol handler
Felix Fietkau
2011-04-13
add a section pointer to the proto attach callback
Felix Fietkau
2011-04-13
add some infrastructure code for proto handlers
Felix Fietkau
2011-04-03
move immediate protocol state transitions to a wrapper function
Felix Fietkau
2011-03-29
add rudimentary protocol handling
Felix Fietkau