aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/ifaceconfig.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ifaceconfig: remove unused codeJason A. Donenfeld2019-04-031-13/+0
|
* tunnel: tell wggo about mtu changesJason A. Donenfeld2019-03-131-6/+9
|
* ifaceconfig: don't try to set v6 MTUs under 1280Jason A. Donenfeld2019-03-081-0/+6
| | | | | | | We also constrain v4, but it'd be surprising for that to actually be an issue without something else also being an issue. Reported-by: Thomas Gschwantner <tharre3@gmail.com>
* ifaceconfig: more compact less functionJason A. Donenfeld2019-03-051-13/+4
|
* ifaceconfig: set MTU and monitor for auto mtu changesJason A. Donenfeld2019-03-051-1/+52
|
* ifaceconfig: trim filtered listJason A. Donenfeld2019-03-051-1/+1
|
* ifaceconfig: cleanupJason A. Donenfeld2019-03-041-5/+5
|
* ifaceconfig: remove split routes paramJason A. Donenfeld2019-03-041-1/+1
|
* ifaceconfig: deduplicate routesJason A. Donenfeld2019-03-041-18/+31
|
* ifaceconfig: call setsockopt less oftenJason A. Donenfeld2019-03-041-4/+14
| | | | Cache the last LUID set, and only change when the default route changes.
* tunnel: do not rely on submoduleJason A. Donenfeld2019-03-031-33/+7
|
* ifaceconfig: monitor for changes to default interfaceJason A. Donenfeld2019-03-021-40/+45
|
* ifaceconfig: allow for null defaultsJason A. Donenfeld2019-03-011-23/+65
|
* ifaceconfig: separate out from tunnel service fileJason A. Donenfeld2019-03-011-0/+184
Also better support v6 routes.