Jo-Philipp Wich
|
55c7d8f55b
interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu overrides
|
12 年之前 |
Felix Fietkau
|
575b1fe1bc
replace the kernel's implicit network routes if the metric is set
|
12 年之前 |
Felix Fietkau
|
2dc0f134aa
parse point to point ip addresses
|
12 年之前 |
Felix Fietkau
|
bfe5db1ea8
add copyright headers
|
12 年之前 |
Felix Fietkau
|
23bb091077
add a ubus interface to dynamically create host routes to a particular ip address, returns the interface that the route goes through
|
12 年之前 |
Felix Fietkau
|
0cd5498ea5
store a pointer to the active interface as part of the device route
|
12 年之前 |
Felix Fietkau
|
0f738b8f6c
include route/address flags in vlist comparison
|
12 年之前 |
Felix Fietkau
|
a609b5e8f3
add support for updating route metrics
|
12 年之前 |
Felix Fietkau
|
257bfc6392
add a flag to keep track of route metric overrides
|
12 年之前 |
Felix Fietkau
|
a63479ad89
always create device routes
|
12 年之前 |
Felix Fietkau
|
73a32ab092
move broadcast address handling to the core
|
12 年之前 |
Felix Fietkau
|
58d36928da
remove device_{route,addr}->device
|
12 年之前 |
Felix Fietkau
|
8fb283ca6f
use the simplified vlist type for dns servers/search
|
13 年之前 |
Felix Fietkau
|
ea6dec1329
add support for configuring static routes
|
13 年之前 |
Felix Fietkau
|
33a44b9c7d
rework route handling, move parser code to interface-ip.c, add extra options and add further support for pulling routes from config
|
13 年之前 |
Felix Fietkau
|
a0dedf26ed
add support for keeping multiple ip addr/route/dns lists
|
13 年之前 |
Felix Fietkau
|
52c36d741c
proto-shell: add dns search domains
|
13 年之前 |
Felix Fietkau
|
05c1f3b0c2
proto-shell: fix updating settings, only issue ifup event after configuration has been applied
|
13 年之前 |
Felix Fietkau
|
5e5cd11724
add functions for adding dns servers to the proto list, hook them up in proto-static.c
|
13 年之前 |
Felix Fietkau
|
41842d3f91
add some code for keeping track of dns servers and search domains and for writing resolv.conf
|
13 年之前 |
Felix Fietkau
|
05e910cec6
make versioned lists more flexible by using an external comparator
|
13 年之前 |
Felix Fietkau
|
b45c5161fe
add a device pointer to struct device_route
|
13 年之前 |
Felix Fietkau
|
58d2488ffe
add support for externally managed ip addresses and routes
|
13 年之前 |
Felix Fietkau
|
69b2dcb92b
add code for versioned lists and use it to manage addresses and routes
|
13 年之前 |
Felix Fietkau
|
409adfc225
free routes and addresses
|
13 年之前 |
Felix Fietkau
|
818abd9f2f
move ip related functions and data structures to a separate header file
|
13 年之前 |