summaryrefslogtreecommitdiff
path: root/src/adapter/vy_set.ml
AgeCommit message (Collapse)Author
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.