Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Feb 7, 2024
1 parent f607c9d commit 88b6f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/devices/ctapdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ bool CTapDriver::Init(const param_map &const_params)
return cleanUp(error);
}
}
else {
trace(">ip addr add 10.10.20.1/24 brd + dev " + BRIDGE_INTERFACE_NAME);

// TODO
}

close(ip_fd);
close(bridge_fd);
Expand Down

0 comments on commit 88b6f28

Please sign in to comment.