summaryrefslogtreecommitdiff
path: root/src/adapter
AgeCommit message (Collapse)Author
2024-12-09T6718: use correct lib name in absence of libvyatta-cfg-devJohn Estabrook
An artifact of development was the use of lib name libvyatta-cfg.so for dlopen instead of libyatta-cfg.so.1. The former exists when the libvyatta-cfg-dev package is installed, as it is when vyatta-cfg is built locally. As the dev package is not needed nor used by default builds, correct to the latter lib name, as installed by libvyatta-cfg.
2024-10-27T6718: read argv explicity instead of using ArgJohn Estabrook
The standard package Arg is understandably confused by paths such as: interfaces openvpn vtun0 openvpn-option --persist-tun Collect args from Sys.argv and use env vars for debug options.
2024-10-27T6718: move vyos1x-adapter into subdirectoryJohn Estabrook
The vyos1x-adapter provides access to the legacy CStore set/delete functions using ctypes. Developed as a separate package, include as a subdir, to be retired when full replacements are available.