public void removePort(MAC mac, UUID portId) {
   mlTable.remove(mac, portId);
 }