blob: 51c051818fe1bff21e90f5336bc46d327933c8de [file]
// Copyright 2018 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "patchpanel/network/mock_routing_table.h"
namespace patchpanel {
MockRoutingTable::MockRoutingTable() = default;
MockRoutingTable::~MockRoutingTable() = default;
} // namespace patchpanel