summaryrefslogtreecommitdiff
path: root/osdep/ManagedRoute.hpp
AgeCommit message (Collapse)Author
2019-01-14Updated licenses for 2019Joseph Henry
2018-06-04rtnetlink integrated. no more callouts to iproute2Grant Limberg
2018-01-26More cleanup of old stuff.Adam Ierymenko
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2016-09-13Route management bug fixes.Adam Ierymenko
2016-09-13Implement relay policy, and setting multicast limit to 0 now disables ↵Adam Ierymenko
multicast on the network as would be expected.
2016-09-08Do not bifurcate if not replacing an existing route. (Still need to tie up ↵Adam Ierymenko
Linux and Windows.)
2016-07-12Do not shadow our own route twice on Mac if there is no default route. (Fix ↵Adam Ierymenko
for issue found during IPv6 default route override testing.)
2016-06-21Comment cleanup.Adam Ierymenko
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable ↵Adam Ierymenko
to attic.