diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-04-05 16:29:07 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-04-06 20:22:35 +0100 |
commit | 3fb9d920d5d62c0464628a957e227de969dd7239 (patch) | |
tree | ca3f5316c2eed41321564619614d20f80d1c61a9 /python | |
parent | 9673a300f0b75386fa73b85cb7ccac4094ada6bf (diff) | |
download | vyos-1x-3fb9d920d5d62c0464628a957e227de969dd7239.tar.gz vyos-1x-3fb9d920d5d62c0464628a957e227de969dd7239.zip |
util: T2226: rewrite WireGuardIf to use cmd
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/ifconfig/wireguard.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vyos/ifconfig/wireguard.py b/python/vyos/ifconfig/wireguard.py index def5ab7c5..e2b8a5924 100644 --- a/python/vyos/ifconfig/wireguard.py +++ b/python/vyos/ifconfig/wireguard.py @@ -16,7 +16,6 @@ import os import time -import subprocess from datetime import timedelta from vyos.config import Config |