Age | Commit message (Collapse) | Author |
|
|
|
|
|
Update the bridge priority node to set the default STP priority to the
standard of 32768 when it's deleted, and update the node help to
indicate the new default and possible values.
Bug #512 http://bugzilla.vyos.net/show_bug.cgi?id=512
|
|
Bug #512: Set default STP priority to 32768
|
|
|
|
|
|
|
|
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
|
|
Add flexibility to dynamic dns configuration (#507)
If this is proven problematic, we can revert and work more on it.
|
|
compatibility (#507)
|
|
|
|
Bug #385: Fix broken commit 6257dfa1464d460de74e258b6290d4890a885218
|
|
|
|
|
|
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
|
|
|
|
Add the vyatta-dhcp3-client package to the list of dependencies with a
minimum version of 4.1.8+vyos2+lithium3, following changes to the ntp
updating routines.
|
|
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
|
|
|
|
Adjusting the mtu node prority from 381 to 382 so child interfaces
set their MTU after the parent interface. This was reported for
multiple vifs when setting the MTU to 9000 for jumbo frames, although
it only exhibited it when more than one vif was configured.
Bug #473 http://bugzilla.vyos.net/show_bug.cgi?id=473
|
|
|
|
users.
|
|
Bug #385: import egress/ingress VLAN QoS CLI from EdgeOS.
|
|
|
|
Bug #389: Fix a bug in rfc2136 import
|
|
|
|
|
|
Add the dnsutils package as a dependency as this is now required
following the addition of rfc2136 options for dynamic DNS updates
(nsupdate is required).
Bug #389 http://bugzilla.vyos.net/show_bug.cgi?id=389
|
|
Bug #389: Add RFC2136 configuration options for ddclient 3.8.2
|
|
|
|
|
|
|
|
DHCPv6 options to be configured at the same time.
|
|
Seems to work with 319.
|
|
in the DHCPv6 client script instead of fetching them from the config.
|
|
|
|
|
|
|
|
|
|
Tighten the checks for configured search domains to exclude adding
unnecessary blank domains and expand the comments added to
/etc/resolv.conf to indicate the source of the search domains.
Bug #486 http://bugzilla.vyos.net/show_bug.cgi?id=486
|
|
Following the documentation, /etc/resolv.conf should only have comments
inserted that start with # at the beginning of a line, comments in
other locations are not supported. The exisiting method of tracking
changes in this file (done by both vyatta-system-nameservers and
vyatta_update_resolv.pl) relies on this unsupported feature.
This commit restructures the updates so they use comments on the
preceding line to track changes, along with updating the old style
comments to the new ones when the relevant scripts are called.
This also fixes a previous issue (which was reverted) where IPv6
nameservers worked incorrectly when the /etc/resolv.conf line ended
with a comment.
Bug #486 http://bugzilla.vyos.net/show_bug.cgi?id=486
|
|
When configuring DNS fowarding, allow multiple servers to be specified
when setting domain overrides, in order to allow Dnsmasq to gracefully
handle unavailable nameservers.
Bug #408 http://bugzilla.vyos.net/show_bug.cgi?id=408
|
|
|
|
The resolv.conf file contains comments at the end of the search and
domain entries which cause unexpected behaviour on lookups. Moving
these to the line above in each case fixes the issue.
Bug #468 http://bugzilla.vyos.net/show_bug.cgi?id=468
|
|
|