Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-27 | T6718: read argv explicity instead of using Arg | John 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-27 | T6718: move vyos1x-adapter into subdirectory | John 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. |