Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ryu/app/simple_switch.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _packet_in_handler(self, ev):
def _port_status_handler(self, ev):
msg = ev.msg
reason = msg.reason
port_no = msg.port_no
port_no = msg.desc.port_no

ofproto = msg.datapath.ofproto
if reason == ofproto.OFPPR_ADD:
Expand Down