projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b2e40
)
Log ryu commands at debug level
40/7240/2
author
schillinge
<ablu@mail.uni-paderborn.de>
Wed, 20 Feb 2019 12:09:20 +0000
(13:09 +0100)
committer
schillinge
<ablu@mail.uni-paderborn.de>
Wed, 20 Feb 2019 13:49:46 +0000
(14:49 +0100)
Change-Id: I0922f941367a123aae156ed6014a544b490b776f
Signed-off-by: schillinge <ablu@mail.uni-paderborn.de>
src/emuvim/dcemulator/net.py
patch
|
blob
|
history
diff --git
a/src/emuvim/dcemulator/net.py
b/src/emuvim/dcemulator/net.py
index
056ef47
..
6be973f
100755
(executable)
--- a/
src/emuvim/dcemulator/net.py
+++ b/
src/emuvim/dcemulator/net.py
@@
-946,6
+946,8
@@
class DCNetwork(Containernet):
url = self.ryu_REST_api + '/' + str(prefix) + '/' + str(dpid)
else:
url = self.ryu_REST_api + '/' + str(prefix)
+
+ LOG.debug('sending RYU command: %s, payload: %s', url, data)
if data:
req = self.RyuSession.post(url, json=data)
else: