Age | Commit message (Collapse) | Author |
|
Currently only restart rsyslog but more can be added as needed.
Fixes bug 8237.
|
|
|
|
Also increase the max allowed value to 32768.
|
|
|
|
|
|
|
|
|
|
|
|
Fix password change script save function to work as it does in
vyattacfg.
Fix empty substitution on 'plaintext-password ""' causing script error.
|
|
logrotate needs the create config option so that it keeps the
original log file's permissions and ownership.
Fixes bug 8240
|
|
Don't allow default password to persist after first boot.
Due to the numerous ways a user can get a vyatta system this required
a lot of changes.
1. Don't allow a user to set a password to 'vyatta' after first login,
but allow it on the initial boot otherwise the system will have no
user.
2. Don't allow the password to be set to vyatta in installer.
3. Force password change on first login. under the following
conditions:
3.a. User is an admin level user. Operators do not have the abillity
to change the config so they can't change passwords. Allow 'vyatta' to
be the password until an admin logs in.
3.b. This is not the livecd, its silly to force a password change
before install.
|
|
Bug 8285
The commit for mtu always triggers because of incorrect variable
reference, just remove it.
|
|
Bug 6576
|
|
accepts.
Allow VTI mtu range check to be inline with what the kernel will accept.
Also add a warning if a VTI is configured but not used.
Improve the interface name range which is allowed (8259)
|
|
Without this change the system log daemon does not notice the
time-zone change and continues to timestamp logs using the previous
time-zone.
Fixes BZ6694
|
|
|
|
|
|
|
|
Bug 7724 related.
|
|
|
|
|
|
|
|
|
|
Bug 8007
The 3.3 kernel removed sysfs features file (/sys/class/net/ethX/features).
Detect vlan failure when added instead.
|
|
The previous implementation of log rotation used an hourly cron job to
check log file size and possibly perform a rotation. If the logging
rate is high, this interval may allow for root file system space
exhustion.
Utilizing rsyslog's outchannel mechanism enables log rotation to be
initiated as soon as the log file becomes larger than its configured
size.
Fixes Bug 7807.
|
|
Bug 6883
This enhancement adds ability to configure one or more network consoles.
A network console sends a copy of all console messages over UDP.
Each target can be configured with local, remote and interface.
The only required parameter is the interface name.
The local and remote ports both have default values, and by
default traffic is sent as broadcast.
For more information see kernel:
Documentation/networking/netconsole.txt
Configuration example:
device ttyS0 {
speed 9600
}
network netcon0 {
interface eth0
remote {
address 192.168.91.1
}
}
|
|
|
|
|
|
|
|
treat first word as script path and the rest as arguments.
|
|
/sbin is not part of default user path.
Therefore need to use full path to ethtool.
|
|
Bug 7730
Kernel limit on interface description (ifalias) is 256 characters.
|
|
|
|
|
|
This provides the same configuration parameters as are used to
configure VRRP virtual MAC interfaces above ethernet and ethernet vif
interfaces.
|
|
ethtool has capabilties set, therefore no need for sudo.
|
|
|
|
This change introduces a new parameter named "interface" under the
vrrp-group configuration tree under ethernet interfaces and vlans. If
the "interface" parameter is set, keepalived will be configured to
bring up a macvlan interface, which will hold the virtual MAC address
that is specified in the VRRP spec.
|
|
|
|
|
|
Bug 7599
Expose macvlan mode which controls how packets are exchanged between
pseudo-ethernets. Also allows VEPA support.
|
|
Add VLAN (Vif) support for pseudo-ethernet interfaces
|
|
Clone proxy-arp support from ethernet for pseudo-ethernet
|
|
The path:
interfaces pseudo-ethernet link
was a accidental leftover. Correct template is in
interfaces pseudo-ethernet peth0 link
|
|
|
|
|
|
|
|
Remove whitespace at end of line.
Also, indent continuation lines for clarity.
|
|
If ethernet (or pseudo) is disabled, don't bounce link.
|
|
work properly after a deletion.
|