Joseph Henry
9cf74657e0
Commented out rtnetlink error debug trace
7 years ago
Grant Limberg
409406d114
Whoops
7 years ago
Grant Limberg
203414910f
Give up to a second for the interface to appear to assign IP addresses
7 years ago
Adam Ierymenko
92f199ab98
More bug fixing for AARCH64.
7 years ago
Adam Ierymenko
b65feeba85
One more AARCH64 fix.
7 years ago
Adam Ierymenko
e3e5137757
Fix more alignment hell in LinuxNetLink for AARCH64 and probably other pedantic architectures.
7 years ago
Adam Ierymenko
d81549a7b1
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
7 years ago
Joseph Henry
0e597191b8
Updated licenses for 2019
7 years ago
Grant Limberg
7c53adbcfe
quieting things down unless ZT_TRACE is defined
8 years ago
Grant Limberg
b22405b64b
rtnetlink integrated. no more callouts to iproute2
8 years ago
Grant Limberg
3ace61ef85
comment out addInterface/removeInterface code for now
...
We already have ioctl based code to do this
8 years ago
Grant Limberg
442595d6fc
also store binary representation of mac address in the interface lookup table for later use
8 years ago
Grant Limberg
be469f4dd0
add/remove routes via rtnetlink
8 years ago
Grant Limberg
7da4b0af15
better data localization in LinuxNetLink now that I know what Im doing
8 years ago
Grant Limberg
c24d16e62e
ManagedRoute uses ioctl to add/remove routes on Linux
...
Added LinuxNetLink to talk to the rtnetlink socket for adding interfaces, addresses routes. Not yet complete. Can currently monitor changes on the system.
8 years ago