summaryrefslogtreecommitdiff
path: root/scripts/vyos-update-rpki-cache.py
AgeCommit message (Collapse)Author
2021-02-11T3281: migrate ripng to vyos-1xChristian Poessinger
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'
2021-01-18rpki: T3230: Fix delete section for protocol rpkisever-sever
2018-12-16T865: prototype RPKI implementation.Daniil Baturin