Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Use directory /etc/dhcp instead of /etc/dhcp3.
|
|
|
|
|
|
vyatta-update-grub.pl to use it.
|
|
|
|
|
|
|
|
to set the correct persistence.
|
|
|
|
|
|
|
|
|
|
'overlay' instead of 'overlayfs'
|
|
|
|
Expand vyatta-dns-forwarding.pl to include a restart option, keeping
starting, stoping and restarting of this service consistent.
Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619
|
|
Update dns-forwarding/vyatta-dns-forwarding.pl to maintain style
consistency.
|
|
Allow the setting of the interfaces scatter-gather offload setting.
This is useful for working around hardware related NIC problems and
enables it to be set directly in the configuration.
Bug #526 http://bugzilla.vyos.net/show_bug.cgi?id=526
|
|
Update the get_offload_option function to take account of the offload
node renaming.
Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612
|
|
Updates to the changes committed in connection with Bug #365 to allow
a workaround for Xen based network issues.
https://github.com/vyos/vyatta-cfg-system/commit/7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d
Rename the offload configuration node to offload-options, shorten the
child node names, rename offload-settings to offload-option and add a
more descriptive error message if an option fails to apply to the
interface.
Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612
|
|
Update scripts/vyatta-interfaces.pl to maintain style consistency
|
|
Rename the smp_affinity config option to smp-affinity in line with the
standard option naming convention.
Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
|
|
Allow interfaces to be moved from one bridge to another when they are
already configured as part of an empty bridge-group.
Bug #476 http://bugzilla.vyos.net/show_bug.cgi?id=476
|
|
Due to previous refactoring of the bridge management code, it was
possible to get the system and config in an inconsistent state by the
following actions.
set interfaces bridge br1
set interfaces bridge br1 address '192.168.1.1/24'
set interfaces ethernet eth0 bridge-group bridge 'br1'
commit
delete interfaces ethernet eth0 bridge-group bridge 'br1'
commit
This would result in the config still containing the bridge-group
settings, but the actual bridge would be missing eth0 in br1, breaking
any further attempts to configure the bridge without manual
intervention.
Bug #476 http://bugzilla.vyos.net/show_bug.cgi?id=476
|
|
Update scripts/vyatta-bridge.pl to have consistent identation
levels and style throughout.
|
|
Remove IP address requirements when checking for port availability, no
longer needed.
|
|
Add scripts/is_available.pl to enable checking for available ports
during configuration, in connection with Bug #43. The scripts checks
to see if the port is currently in use by attempting to bind to it
on INADDR_ANY.
|
|
|
|
|
|
In line with Bug #318 and Bug #355, use SHA-512 instead of MD5 when
creating the initial vyos user password during installation.
Bug #579 http://bugzilla.vyos.net/show_bug.cgi?id=579
|
|
|
|
Any system based symlinks installed in the /etc/commit/post-hooks.d
directory were being deleted on either the initial start of the system
or subsequent reboots. This commit resolves this by excluding these
from the deletion process, while still tidying up other non system
symlinks.
This is required for bug #538 (enhancement request) to function as
intended and also enables the Vyatta bug fix 4718 (enhancement), to log
successful commits to syslog with commit type and user name, commited
on February 2012!
Bug #576 http://bugzilla.vyos.net/show_bug.cgi?id=576
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
Add the additional services that are supported by ddclient to the list
of service defaults. Also add a function to use this list to check for
the allowed protocols, and update the protocol node to use this.
Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
|
|
|
|
Update the default protocol used for the dslreports service in the
revised dynamic DNS system and remove the default server settings for
freedns as it's already defined in ddclient. Uodate the wording in the
server node to indicate it's only needed for custom services.
Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
|
|
compatibility (#507)
|
|
When the system is installed in a raid configuration, grub is installed
to the raid device instead of to the individual slave drives, resulting
in a failure to boot after installation. This commit identifies the
slave drives and ensures grub is installed to all of them (rather than
just the primary), resulting in a system that will boot following a
primary drive failure.
Bug #106 http://bugzilla.vyos.net/show_bug.cgi?id=106
|
|
Skip over either invalid ntp servers, or ntp server hostnames that have
failed to resolve correctly, and continue to process the rest of the
configuration.
Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94
|
|
Update the new NTP updating routines so they operate outside of
configuration mode (dhcp triggered updates). This also requires
changes to the vyatta-dhcp3 package (see Bug #500)
Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94
|
|
Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94
|
|
When NTP is configured on the system, it not only acts as a client
for the configured servers, but also as a server. Although the server
is only available as a time source, it still represents a service that
the user hasn't specifically enabled.
This commit sets the default configuration of NTP to disallow all
external access, so the system acts purely as a client by default, and
also introduces the ability to configure which addresses / subnets are
allowed to both query and use it as a time source. If the servers
configured are specified as host names, these are resolved to IP
addresses before being added to ntp.conf, with the same process carried
out after name server changes.
syntax 'set system ntp client address'
Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94
|
|
users.
|
|
|
|
Bug #389: Add RFC2136 configuration options for ddclient 3.8.2
|