Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
stano45 committed Aug 7, 2024
1 parent 3a29251 commit ded86f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/node_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def __init__(self, switch_controller: SwitchController):
# ipv4 -> ecmp_select_id
self.node_map = {
"10.0.2.2": 1,
"10.0.3.3": 2,
}

def updateNode(self, old_ip, new_ip, dest_mac, egress_port):
Expand Down

0 comments on commit ded86f7

Please sign in to comment.