diff options
author | Yi Tseng <a86487817@gmail.com> | 2016-06-03 16:07:28 +0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-05 15:24:42 +0900 |
commit | 865d6e52d7e925e31a761cd0a9017576104a6f9d (patch) | |
tree | f7dbef2c78bac10f4b1a731535d595397460c2f7 /doc/source/quantumclient/__init__.py | |
parent | d090b291bee5a8e1883cb4a75b9045b2703cdba8 (diff) |
Fix RuntimeError of lldp_packet_in_handler
Items should not be removed during iteration
Error message
```
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/ryu/base/app_manager.py", line 290, in _event_loop
handler(ev)
File "/usr/local/lib/python3.4/dist-packages/ryu/topology/switches.py", line 821, in lldp_packet_in_handler
for host in self.hosts.values():
RuntimeError: dictionary changed size during iteration
```
Signed-off-by: Yi Tseng <a86487817@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/__init__.py')
0 files changed, 0 insertions, 0 deletions