index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proto-static.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite IPv6 prefix assignment
Steven Barth
2013-04-03
1
-0
/
+1
*
split applying static proto setting from handler settings
Felix Fietkau
2012-05-13
1
-1
/
+1
*
add copyright headers
Felix Fietkau
2012-05-04
1
-0
/
+13
*
proto: add an option for specifying external addresses using proto_apply_ip_s...
Felix Fietkau
2012-02-26
1
-1
/
+1
*
move static address setup to proto.c in preparation for unifying it with the ...
Felix Fietkau
2012-02-26
1
-137
/
+2
*
make a few more functions static
Felix Fietkau
2011-10-19
1
-1
/
+1
*
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-19
1
-3
/
+3
*
proto-shell: allow passing netmask in ip address format
Felix Fietkau
2011-10-14
1
-5
/
+3
*
add functions for adding dns servers to the proto list, hook them up in proto...
Felix Fietkau
2011-10-13
1
-0
/
+6
*
move ip address parsing code to proto.c
Felix Fietkau
2011-09-12
1
-42
/
+2
*
make proto_apply_static_settings static, make helper functions take a struct ...
Felix Fietkau
2011-09-12
1
-16
/
+16
*
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-11
1
-2
/
+2
*
handle static proto setup failure
Felix Fietkau
2011-09-09
1
-3
/
+3
*
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
1
-4
/
+2
*
make functionality for applying static settings available
Felix Fietkau
2011-09-07
1
-12
/
+15
*
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-05
1
-0
/
+1
*
remove the uci dependency from protocol handlers
Felix Fietkau
2011-09-04
1
-35
/
+55
*
trigger proto attach from config.c
Felix Fietkau
2011-09-04
1
-1
/
+1
*
add routes/gateway support
Felix Fietkau
2011-05-03
1
-14
/
+27
*
move interface address handling to the device module, clean up arguments to s...
Felix Fietkau
2011-05-02
1
-2
/
+2
*
move address handling to common code
Felix Fietkau
2011-05-02
1
-184
/
+100
*
remove the DNS option from proto-static, it will be handled by generic code
Felix Fietkau
2011-04-15
1
-2
/
+0
*
make creating a static proto state more flexible, add support for parsing gat...
Felix Fietkau
2011-04-15
1
-43
/
+76
*
add code to set ip addresses when an interface with the static proto is broug...
Felix Fietkau
2011-04-14
1
-6
/
+48
*
cleanup entry counting loop
Felix Fietkau
2011-04-14
1
-6
/
+14
*
add some code for parsing static ipaddr/ip6addr/netmask
Felix Fietkau
2011-04-14
1
-4
/
+184
*
add a dummy protocol handler for "static"
Felix Fietkau
2011-04-13
1
-0
/
+52