mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
bmpstation: bug fix. stop closing fds which are in use.
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
b86ab0904e
commit
66da38e3c1
@ -93,5 +93,3 @@ class BMPStation(app_manager.RyuApp):
|
||||
|
||||
self.logger.debug("BMP client disconnected, ip=%s, port=%s" % addr)
|
||||
sock.close()
|
||||
self.output_fd.close()
|
||||
self.failed_dump_fd.close()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user