removed parameter conversion for creating GreTap commands

This commit is contained in:
Blake Harnden 2019-10-14 12:31:41 -07:00
parent 2bfd050880
commit 82bdbd776b
2 changed files with 6 additions and 12 deletions

View file

@ -177,8 +177,8 @@ class LinuxNetClient(object):
:param str device: device to add tap to
:param str address: address to add tap for
:param str local: local address to tie to
:param str ttl: time to live value
:param str key: key for tap
:param int ttl: time to live value
:param int key: key for tap
:return: nothing
"""
cmd = "%s link add %s type gretap remote %s" % (IP_BIN, device, address)