diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/utils/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/utils/process.py b/python/vyos/utils/process.py index e78c0b969..28027684c 100644 --- a/python/vyos/utils/process.py +++ b/python/vyos/utils/process.py @@ -23,7 +23,7 @@ from subprocess import STDOUT from subprocess import DEVNULL def get_wrapper(vrf, netns): - wrapper = None + wrapper = [] if vrf: wrapper = ['ip', 'vrf', 'exec', vrf] elif netns: |
