400 B
400 B
network/switch/unicast_table.h
UnicastTable::UnicastTable
UnicastTable() = default
UnicastTable::add_entry
bool add_entry(NodeId dst_node, PortId dst_port, PortId out_port)
UnicastTable::delete_entry
bool delete_entry(NodeId dst_node, PortId dst_port, PortId out_port)
UnicastTable::get_port_list
std::vector<PortId> get_port_list(NodeId dst_node, PortId dst_port) const