summaryrefslogtreecommitdiff
path: root/osdep/LinuxNetLink.cpp
AgeCommit message (Collapse)Author
2019-03-28More bug fixing for AARCH64.Adam Ierymenko
2019-03-28One more AARCH64 fix.Adam Ierymenko
2019-03-25Fix more alignment hell in LinuxNetLink for AARCH64 and probably other ↵Adam Ierymenko
pedantic architectures.
2019-03-25Various other fixes including removal of more mem*() issues and netlink ↵Adam Ierymenko
fixes for AARCH64.
2019-01-14Updated licenses for 2019Joseph Henry
2018-06-11quieting things down unless ZT_TRACE is definedGrant Limberg
2018-06-04rtnetlink integrated. no more callouts to iproute2Grant Limberg
2018-05-25comment out addInterface/removeInterface code for nowGrant Limberg
We already have ioctl based code to do this
2018-05-25also store binary representation of mac address in the interface lookup ↵Grant Limberg
table for later use
2018-05-25add/remove routes via rtnetlinkGrant Limberg
2018-05-24better data localization in LinuxNetLink now that I know what Im doingGrant Limberg
2018-05-24ManagedRoute uses ioctl to add/remove routes on LinuxGrant Limberg
Added LinuxNetLink to talk to the rtnetlink socket for adding interfaces, addresses routes. Not yet complete. Can currently monitor changes on the system.