summaryrefslogtreecommitdiff
path: root/python/vyos/configsession.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-10-19 15:49:25 +0200
committerGitHub <noreply@github.com>2024-10-19 15:49:25 +0200
commit1bf2cf737e9e7f09ee1d5c62691cd5bfa6eb9f05 (patch)
treeaa9690bd054958a2819aca16ddc15b121d28d1e4 /python/vyos/configsession.py
parent3f933f1642debfca5c9e3873790a5742ef242c75 (diff)
parent52e3ba35c09237744340c2cce4cba1783ec3f2be (diff)
downloadveeos-1x-1bf2cf737e9e7f09ee1d5c62691cd5bfa6eb9f05.tar.gz
veeos-1x-1bf2cf737e9e7f09ee1d5c62691cd5bfa6eb9f05.zip
Merge pull request #4165 from natali-rs1985/T4914-current
pki: T4914: Rewrite the PKI op mode in the new style
Diffstat (limited to 'python/vyos/configsession.py')
-rw-r--r--python/vyos/configsession.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/vyos/configsession.py b/python/vyos/configsession.py
index 9c56d246a..5876dc5b0 100644
--- a/python/vyos/configsession.py
+++ b/python/vyos/configsession.py
@@ -42,8 +42,7 @@ INSTALL_IMAGE = [
IMPORT_PKI = ['/opt/vyatta/bin/vyatta-op-cmd-wrapper', 'import']
IMPORT_PKI_NO_PROMPT = [
'/usr/libexec/vyos/op_mode/pki.py',
- '--action',
- 'import',
+ 'import_pki',
'--no-prompt',
]
REMOVE_IMAGE = [