Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
agent
Commits
b7ccc4ca
Commit
b7ccc4ca
authored
Apr 05, 2018
by
Federico Sismondi
Browse files
deleted confusing log line
parent
57ff81e8
Changes
1
Show whitespace changes
Inline
Side-by-side
connectors/tun.py
View file @
b7ccc4ca
...
@@ -135,7 +135,6 @@ class TunConsumer(BaseConsumer):
...
@@ -135,7 +135,6 @@ class TunConsumer(BaseConsumer):
self
.
log
.
error
(
'Agent TunTap not yet supported for: {0}'
.
format
(
sys
.
platform
))
self
.
log
.
error
(
'Agent TunTap not yet supported for: {0}'
.
format
(
sys
.
platform
))
sys
.
exit
(
1
)
sys
.
exit
(
1
)
self
.
log
.
info
(
"Tun is up. Publishing msg: %s"
%
repr
(
msg
))
self
.
_publish_agent_tun_started_message
()
self
.
_publish_agent_tun_started_message
()
def
handle_raw_packet_to_inject
(
self
,
message
):
def
handle_raw_packet_to_inject
(
self
,
message
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment