patch for getting tap addresses from _nets

This commit is contained in:
Joseph Henry
2016-12-09 11:39:15 -08:00
parent a5811d8f4c
commit 447595bf73
4 changed files with 18 additions and 16 deletions

View File

@@ -181,7 +181,7 @@ public:
/*
*
*/
virtual std::map< uint64_t,EthernetTap * > getTaps() = 0;
virtual EthernetTap * getTap(uint64_t nwid) = 0;
/*
*