summaryrefslogtreecommitdiff
path: root/scripts/vyos-update-rpki-cache.py
AgeCommit message (Collapse)Author
2021-02-03rpki: T3255: move to vyos-1xChristian Poessinger
(cherry picked from commit e87556e49d7289a316305e58d7afb070f0382021)
2021-01-25rpki: T3252: bugfix AttributeErrorChristian Poessinger
Traceback (most recent call last): File "/opt/vyatta/sbin/vyos-update-rpki-cache.py", line 79, in <module> create_cache(config, cache) File "/opt/vyatta/sbin/vyos-update-rpki-cache.py", line 21, in create_cache new_privkey = c.return__value(base_path + "cache {0} ssh private-key-file".format(cache)) AttributeError: 'Config' object has no attribute 'return__value' (cherry picked from commit 7c7ae83434bcfae6cef07eab162ecfe20abd8c8f)
2021-01-18rpki: T3230: Fix delete section for protocol rpkisever-sever
2018-12-16T865: prototype RPKI implementation.Daniil Baturin