diff --git a/cpp/devices/ctapdriver.cpp b/cpp/devices/ctapdriver.cpp index ff14f2f7..c2d90f2f 100644 --- a/cpp/devices/ctapdriver.cpp +++ b/cpp/devices/ctapdriver.cpp @@ -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);