index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
osdep
/
ManagedRoute.cpp
Age
Commit message (
Expand
)
Author
2016-07-21
sys/sysctl.h is required on OSX and probably other BSD
Adam Ierymenko
2016-07-21
Merge pull request #348 from the-maldridge/remove-sysctl
Adam Ierymenko
2016-07-12
More OSX IPv6 fixes.
Adam Ierymenko
2016-07-12
Do not shadow our own route twice on Mac if there is no default route. (Fix f...
Adam Ierymenko
2016-07-06
Remove explicit sys/sysctl.h includes
Michael Aldridge
2016-06-21
Comment cleanup.
Adam Ierymenko
2016-06-21
Route management now works on Windows, including default route override! 1.1....
Adam Ierymenko
2016-06-21
Default route override and route management in general now works in Linux.
Adam Ierymenko
2016-06-17
Tying up default route and route mgmt loose ends. It now periodically updates...
Adam Ierymenko
2016-06-16
Default route population works on Mac!
Adam Ierymenko
2016-06-16
Build fixes.
Adam Ierymenko
2016-06-15
Default route ready to test on Mac.
Adam Ierymenko
2016-06-15
ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to...
Adam Ierymenko