Age | Commit message (Collapse) | Author |
|
No longer used in latest Vyatta kernel.
|
|
|
|
Network interfaces are discovered at boot time in non-deterministic
order, so their names are non-deterministic. The vyatta_net_name
script is responsible for ensuring that network interface names are
changed to match their Vyatta config file entry when a match based on
MAC address is found. With this change, when a match is not found, we
use the biosdevname tool to to find the canonical name for an
interface, then change the interface's name to that name. This
ensures that NICs are named in a deterministic and systemmatic fashion.
|
|
When URL was added, local file read got broken!
|
|
Fix help text (Bug 5254) and allow IPV6 static mapping (Bug 5298)
|
|
|
|
If user exists in NSS (LDAP, TACACS+) but not on local machine,
then it can not be changed with CLI. useradd will fail (user exists),
and usermod will fail (can't find user in passwd file).
Bug 5249
|
|
|
|
|
|
|
|
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.
|