aboutsummaryrefslogtreecommitdiffstats
path: root/lease.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop passing devname and ifindex aroundLinus Nordberg2019-12-111-5/+5
|
* Ignore routes not for the wg interfaceLinus Nordberg2019-12-111-2/+2
| | | | | Adding 127.0.0.0/8 (lo) for example is not what we want. Didn't happen in tests/netsh.sh because the use of network namespaces.
* lease: handle allowedips updates and improve APILinus Nordberg2019-12-111-12/+13
|
* Initialize pools from routes via netlinkThomas Gschwantner2019-08-171-5/+6
|
* Implement lease expirationThomas Gschwantner2019-07-181-12/+7
|
* Implement basic lease managementThomas Gschwantner2019-06-121-0/+68