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
2016-08-11
proto-shell: Model config parameter "no-proto-task" as a proto flag
Hans Dedecker
2016-08-11
proto-shell: Support teardown on layer 3 link loss
Hans Dedecker
2015-04-03
netifd: Interface last error support
Hans Dedecker
2014-07-27
interface: enable force_link by default for proto=static
Felix Fietkau
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2014-03-07
proto-shell: defer init until after command line option processing
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2012-05-31
add an ubus method for dumping available protocol handlers
Felix Fietkau
2012-05-13
split applying static proto setting from handler settings
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-02-26
make proto_parse_ip_addr_string() static
Felix Fietkau
2012-02-26
proto: add an option for specifying external addresses using proto_apply_ip_s...
Felix Fietkau
2012-02-26
move static address setup to proto.c in preparation for unifying it with the ...
Felix Fietkau
2011-10-27
proto-shell: handle the "available" config flag
Felix Fietkau
2011-10-14
proto-shell: allow passing netmask in ip address format
Felix Fietkau
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