mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
log an invalid RPC format
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
0438bb3420
commit
6e804f3e99
@ -145,7 +145,8 @@ class OFWireRpcSession(object):
|
||||
try:
|
||||
ofmsg = ofproto_parser.ofp_msg_from_jsondict(dp, v)
|
||||
except:
|
||||
pass
|
||||
log.warning(_({"event": "invalid ofmsg format",
|
||||
"ofmsg": v}))
|
||||
elif k == 'interval':
|
||||
interval = int(v)
|
||||
elif k == 'contexts':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user