Age | Commit message (Collapse) | Author |
|
the return codes?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if persistence is set for /config on an other device then also create and mount /config
|
|
Adding python-vyos-mgmt library to vyatta-cfg package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vyatta-quagga to ensure packages are configured in the right order.
|
|
|
|
Allow the vyatta-cfg package to depend on development of libvyatta-cfg
so development ISOs can be built using it.
|
|
|
|
Bug 584 - Allow sftp as copy and commit-archive location destination
|
|
|
|
|
|
|
|
Add a port checking routine to Vyatta/Misc.pm to allow commits to
check if a port is currently in use before allowing them. This is in
connection with Bug #43, where no port checking was done on commit.
|
|
|
|
Configurations that contain double quoted values that ended in \ were
causing parse errors on load / reboot, resulting in a failure to load
the config file and an empty config.
This commit adds extra logic to the lex parsing of the config file to
catch this particular case whilst still allowing escaped quotes in the
middle of quoted values.
Bug #593 http://bugzilla.vyos.net/show_bug.cgi?id=593
|
|
|
|
Perltidy run on scripts/vyatta-config-loader.pl and
scripts/vyatta-save-config.pl to have consistent identation levels and
style throughout.
|