diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-10-31 14:28:39 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-11-01 23:21:11 +0900 |
commit | 98d97b992ef399c3ee1c508d0101bcdf941e31f0 (patch) | |
tree | 18b4690edacb1f14ec8322502fe406c1ac57a32a /doc/source | |
parent | 253ce73b7f934f3a7e07f539d91e2201e2994d41 (diff) |
rest_qos: Avoid None when deleting OVSDB addr
Currently, rest_qos.py will raise AttributeError when deleting OVSDB
server address because rest_qos.py will try to split the given address
string but the address is None when deleting.
This patch checks if the given address is None or not before the string
manipulation and fixes this problem.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
0 files changed, 0 insertions, 0 deletions