summaryrefslogtreecommitdiff
path: root/osdep/LinuxEthernetTap.cpp
AgeCommit message (Collapse)Author
2015-11-24Fix for GitHub issue #253.Adrian Frühwirth
Make 'ip' detection more robust (some distros don't ship the binary in /sbin or /usr/sbin). Add error handling for cases where an ip add/remove fails.
2015-04-20(1) now builds and works on Linux, (2) fix a threading problem causing carsh ↵Adam Ierymenko
on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests.
2015-03-31osnet -> osdepAdam Ierymenko