Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
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.
|