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-static.c
Age
Commit message (
Expand
)
Author
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2013-04-03
Rewrite IPv6 prefix assignment
Steven Barth
2012-05-13
split applying static proto setting from handler settings
Felix Fietkau
2012-05-04
add copyright headers
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-19
make a few more functions static
Felix Fietkau
2011-10-19
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-14
proto-shell: allow passing netmask in ip address format
Felix Fietkau
2011-10-13
add functions for adding dns servers to the proto list, hook them up in proto...
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
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-09
handle static proto setup failure
Felix Fietkau
2011-09-07
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
make functionality for applying static settings available
Felix Fietkau
2011-09-05
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-04
remove the uci dependency from protocol handlers
Felix Fietkau
2011-09-04
trigger proto attach from config.c
Felix Fietkau
2011-05-03
add routes/gateway support
Felix Fietkau
2011-05-02
move interface address handling to the device module, clean up arguments to s...
Felix Fietkau
2011-05-02
move address handling to common code
Felix Fietkau
2011-04-15
remove the DNS option from proto-static, it will be handled by generic code
Felix Fietkau
2011-04-15
make creating a static proto state more flexible, add support for parsing gat...
Felix Fietkau
2011-04-14
add code to set ip addresses when an interface with the static proto is broug...
Felix Fietkau
2011-04-14
cleanup entry counting loop
Felix Fietkau
2011-04-14
add some code for parsing static ipaddr/ip6addr/netmask
Felix Fietkau
2011-04-13
add a dummy protocol handler for "static"
Felix Fietkau