Age | Commit message (Collapse) | Author |
|
|
|
|
|
Previously, it was possible in some cases to "add" a system image that
would over-write the running image. This change fixes that by getting
the version string of the running system from the kernel command line
instead of the Vyatta version file. This string represents the actual
directory name that holds the image, so is more reliable.
Also previously, an attempt to "add" a system image that had the same
version string as another image installed on the system (but was not
the running image) would always succeed. This would completely
over-write that image. Because of this destructive behavior, it
deserves a confirmation question. This change prompts the user to see
if they really want to do that before proceeding.
|
|
Bug 5252
The boot script needs to restore default settings, and the
templates are then used to enable root access.
|
|
The problem is that IPV6 module is not loaded when sysctl's
are interpreted during boot, and we want to allow marking IPV6
disabled.
|
|
|
|
This could fix Bug 5151
There was a typo in script that saved old config
|
|
|
|
1. Move vyatta-sysctl.conf from rl-system.init to procps
This makes configuration happen early (before networking)
2. Do IPV6 configuration for address_flush in rl-system.init
(after IPV6 is loaded)
3. Cleanup shell code for ipv6_params:
* no sudo needed in startup scripts
* use cleaner iteration
|
|
|
|
Incorrect config level in script.
|
|
|
|
If previous disk-based install is found, use config info from it. Otherwise
look for image-based installs. If multiple image-based installs are found,
let the user select which one to save the config information from.
|
|
|
|
|
|
|
|
|
|
Bug 458
Add
service snmp trap-source <address>
wrapper for /etc/snmp/snmp.conf
|
|
Bug 3756
Allow setting trap communities and port values.
|
|
|
|
|
|
Bug 3811, 3806
Poll more frequently for link state traps and include more information.
|
|
Bug 212
The entries in config under protocols were all routing protocols
except SNMP which was an unfortunate original design choice.
Config script does migration.
|
|
|
|
Create to temporary file first, then move.
|
|
|
|
If device doesn't support speed/duplex, then speed = auto which
is default is okay.
|
|
Part of ehancement requested in Bug 3869
Include Vyatta version in system description.
|
|
The code to init_snmp was no-op and no longer called.
|
|
Bug 5061
Force device back to up state when leaving bond group.
|
|
|
|
|
|
Bug 4994
If hardware does not have ethtool interface to allow setting speed/duplex,
then do not allow user to commit change.
|
|
All the other interface types are in vyatta-cfg-system, only
loopback and ethernet were in vyatta-cfg
|
|
|
|
Bug 5151
Part of previous change caused regression in saving config information.
Also mounts old config read-only to avoid any problems.
|
|
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text
on VGA console.
|
|
Enhanced usage of curl to handle scp://user@host/filename
|
|
New syntax:
system login user vyatta authentication public-key user@remote type ssh-rsa
|
|
Debian build warnings on these files.
|
|
Similar to previous change to install-system
|
|
Variation on existing config file loader that is useful
for loading public key.
|
|
It avoids issues with corrupt filesystems on VM.
|
|
Don't pass --force flag to pam-auth-update, so if user has customized
file, then radius config will stay.
|
|
Pass status to login update() which might be useful to handle
case when node is deleted.
|
|
Bug 5045
This adds option to save original SSH host keys when doing a re-install.
Also mount original partition read-only to avoid updating it.
|
|
If file is already correct, no need to write it.
|
|
Calling sync ensure buffer cache is flushed, so that config is
actually on disk. May resolve some of the regression test I/O errors.
|
|
Related to Bug 5130 and 5084
|
|
Ensures that directory update occurs before umount
|