Neil Alexander
|
62a13e87c4
|
Merge branch 'future' into cleanup
|
2021-05-16 20:02:28 +01:00 |
|
Neil Alexander
|
416eadbcff
|
Use uint64 for MTU for forward-compatibility
|
2021-05-16 20:00:45 +01:00 |
|
Arceliar
|
2e45e970c6
|
work-in-progress adding nodeinfo
|
2021-05-16 13:52:52 -05:00 |
|
Neil Alexander
|
2d01386d6e
|
Refactor admin socket, export request/response structs, remove types package
|
2021-05-16 19:51:09 +01:00 |
|
Arceliar
|
2c7b22db92
|
allow for multiple traffic types inside the session at the tuntap level, only implement typeSessionTraffic for now
|
2021-05-16 13:01:54 -05:00 |
|
Arceliar
|
dfca87ba80
|
start a reader to disard traffic if the tun is disabled
|
2021-05-15 16:44:56 -05:00 |
|
Arceliar
|
f61507238e
|
cleanup unused MTU code from tun keystore
|
2021-05-15 16:23:44 -05:00 |
|
Arceliar
|
5b00273dfc
|
move sessionfirewall into the tuntap. this needs testing. the name is also slightly wrong, since a crypto session can still be set up, packets are just accepted/rejected at the tun/tap level instead
|
2021-05-15 15:55:47 -05:00 |
|
Arceliar
|
e83b5d08a8
|
remove ckr
|
2021-05-15 14:54:25 -05:00 |
|
Neil Alexander
|
815f2a2822
|
Respond with ICMPv6 Packet Too Big over network
|
2021-05-10 23:09:59 +01:00 |
|
Neil Alexander
|
57ea61b338
|
Remove reconfiguration on SIGHUP - it didn't work reliably anyway
|
2021-05-10 22:47:28 +01:00 |
|
Neil Alexander
|
bb92e61e68
|
Remove encryption public key options (they are now derived from ed25519 key conversion in IW), also bump link version number
|
2021-05-10 22:06:38 +01:00 |
|
Arceliar
|
b48962a69a
|
limit MTU to no more than what the packetconn claims to support
|
2021-05-09 11:27:37 -05:00 |
|
Arceliar
|
8bed79370b
|
(broken state) WIP, compiles and passes the netns ping test
|
2021-05-08 11:52:22 -05:00 |
|
Arceliar
|
b345806e3f
|
(broken state) more WIP (cleanup)
|
2021-05-08 11:35:04 -05:00 |
|
Arceliar
|
0f787364de
|
(broken state) more tuntap WIP to add out-of-band key lookup
|
2021-05-08 11:32:57 -05:00 |
|
Arceliar
|
5b22392c66
|
(broken state) more WIP on tuntap stuff
|
2021-05-08 11:14:50 -05:00 |
|
Arceliar
|
0cff56fcc1
|
(broken state) WIP on tuntap
|
2021-05-08 10:39:07 -05:00 |
|
Arceliar
|
ace7b43b6d
|
(broken state) WIP address migration
|
2021-05-08 07:25:53 -05:00 |
|
Neil Alexander
|
63936c11b5
|
Update tuntap module, return pointers
|
2020-02-16 23:21:58 +00:00 |
|
Arceliar
|
7e64f54c1f
|
log some info about searches and reduce search traffic (especially when things dead-end)
|
2020-02-01 13:58:08 -06:00 |
|
Adam Ruzicka
|
8358fe5c5c
|
Unify MTU datatypes across the codebase
The codebase uses int and unit16 to represent MTU randomly. This change
unifies it to a MTU type from types package, which is currently uint16.
|
2020-01-05 18:01:22 +00:00 |
|
Neil Alexander
|
f5517acc81
|
Drop Water, use Wireguard tun library, drop TAP support
|
2019-11-22 16:43:50 +00:00 |
|
Neil Alexander
|
7c18c6806d
|
Further updates, notify sessions about updated MTU from API call
|
2019-11-21 09:54:36 +00:00 |
|
Neil Alexander
|
e90be6f569
|
Add API functions for manipulating maximum session MTU, fix TUN/TAP to use that
|
2019-11-21 00:02:39 +00:00 |
|
Neil Alexander
|
d06c40ad19
|
Use existing constant
|
2019-11-20 22:40:48 +00:00 |
|
Neil Alexander
|
9fca3640f9
|
Fix couple of issues with MTU calculations
|
2019-11-20 22:11:52 +00:00 |
|
Neil Alexander
|
f49d9de421
|
Fix setting up of MTU when value is outside of acceptable bounds, also account for ethernet headers in calculations, notify about clipping to stdout
|
2019-11-19 14:20:11 +00:00 |
|
Neil Alexander
|
cd93969930
|
Fix isOpen for TUN/TAP actor
|
2019-10-24 23:37:39 +01:00 |
|
Neil Alexander
|
a072e063d8
|
Define module.Module interface, update admin/tuntap/multicast modules to comply with it, fix #581
|
2019-10-23 10:44:58 +01:00 |
|
Arceliar
|
eccd9a348f
|
give yggdrasil.Dialer the same interface as a net.Dialer, so the only differences are what fields exist in the struct
|
2019-10-21 19:44:06 -05:00 |
|
Arceliar
|
cb40874f97
|
have listener return a net.Conn, adjust yggdrasil.Conn to match this interface
|
2019-10-19 15:10:28 -05:00 |
|
Arceliar
|
c53831696b
|
make tun stop check that iface is not nil, in case it wasn't set for some reason (windows bugs)
|
2019-09-01 13:06:25 -05:00 |
|
Neil Alexander
|
fc9a1c6c31
|
Simplify reconfiguration
|
2019-08-28 19:31:04 +01:00 |
|
Arceliar
|
3845f81357
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
|
Arceliar
|
b2a2e251ad
|
more TunAdapter migration
|
2019-08-25 18:53:11 -05:00 |
|
Arceliar
|
aaf34c6304
|
start migrating the TunAdapter to the actor model
|
2019-08-25 18:08:43 -05:00 |
|
Arceliar
|
502f2937a9
|
a couple race fixes and use timer.AfterFunc instead of sleeping goroutines or ticker in a few places
|
2019-08-25 17:00:02 -05:00 |
|
Arceliar
|
aa30c6cc98
|
upgrade phony dependency and switch to its new interface
|
2019-08-25 10:36:09 -05:00 |
|
Arceliar
|
ef15a6bd79
|
tunConn cleanup
|
2019-08-24 11:44:21 -05:00 |
|
Arceliar
|
4893a07696
|
start migrating tunConn to the actor model
|
2019-08-24 11:38:47 -05:00 |
|
Neil Alexander
|
de1005e4fa
|
Various API changes and simplifications to fix mobile builds
|
2019-07-27 15:00:09 +01:00 |
|
Neil Alexander
|
1bf1c6eb36
|
Revert "Remove stillAlive code from TUN/TAP conn as it is no longer required with the new deadlines"
This reverts commit eec70bf2f2 .
|
2019-07-17 19:43:29 +01:00 |
|
Neil Alexander
|
eec70bf2f2
|
Remove stillAlive code from TUN/TAP conn as it is no longer required with the new deadlines
|
2019-07-17 13:53:16 +01:00 |
|
Neil Alexander
|
30c03369cd
|
Try to fix CKR setup deadlock, fix some Windows output formatting
|
2019-07-06 20:08:32 +01:00 |
|
Neil Alexander
|
e8272926a4
|
Fix TAP mode
|
2019-07-06 15:08:17 +01:00 |
|
Neil Alexander
|
12486b0557
|
Try to more gracefully handle shutdowns on Windows
|
2019-07-06 11:52:30 +01:00 |
|
Arceliar
|
c808be514f
|
make tunAdapter.wrap return the right thing
|
2019-06-28 19:11:28 -05:00 |
|
Arceliar
|
5df110ac79
|
make Dial block until the search finishes, and use it as such
|
2019-06-28 18:42:31 -05:00 |
|
Arceliar
|
b2513fce56
|
have the tunConn close things after a 2 minute timeout
|
2019-05-28 18:35:52 -05:00 |
|