Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
Add a couple of configuration options to DDNS, to allow the use=web
option from ddclient when determining the external IP address. This
will allow DDNS to be correctly updated when behind a NAT device.
Syntax:
set service dns dynamic interface eth0 use-web url (url to use)
set service dns dynamic interface eth0 use-web skip (search for this)
Bug #455 http://bugzilla.vyos.net/show_bug.cgi?id=455
|
|
|
|
|
|
|
|
Bug#382: fix radvd status check.
|
|
If radvd is not running, the pgrep command returns an empty string, not zero.
Reported-by Carl Byington <vyos-bug@five-ten-sg.com>
|
|
|
|
Remove the default value for the console speed node as this is already
set by the system. Update the help text to display the defaults for
both serial and Xen consoles.
|
|
Update the update_inittab function so when the system is configured for
Xen console (hvc0) access, the correct values are written out to
/etc/inittab.
|
|
Update scripts/system/vyatta_update_console.pl to have consistent
identation levels and style throughout.
|
|
|
|
Add support for using the no-ip.com dynamic DNS service with VyOS.
Bug #436 http://bugzilla.vyos.net/show_bug.cgi?id=436
|
|
Update the required version of ddclient to a version that includes
working support for freedns.
Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
|
|
|
|
Set the required version of ddclient to a version that includes support
for freedns, as this is now included in the configuration options.
Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
|
|
Add support for using the afraid.org dynamic DNS service with VyOS.
This requires the updated ddclient package built for VyOS to work
correctly as the version currently in squeeze lacks support for the
freedns protocol.
Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
|
|
Update scripts/dynamic-dns/vyatta-dynamic-dns.pl to have consistent
identation levels and style throughout.
|
|
|
|
Including the acpid and cpufrequtils packages in the XenSource image
causes a number of errors to be logged to the console on boot up, due
to either missing devices or access permissions on this platform.
Removing these packages from the dependencies list and adding them to a
chroot_local-packagelist instead allows them to be excluded in these
images, while still maintaining them in non XenSource images.
|
|
|
|
Including the acpid and cpufrequtils packages in the XenSource image
causes a number of errors to be logged to the console on boot up, due
to either missing devices or access permissions on this platform.
Removing these packages from the dependencies list and adding them to a
chroot_local-packagelist instead allows them to be excluded in these
images, while still maintaining them in non XenSource images.
|
|
|
|
|
|
|
|
|
|
In the inital state, the "link" option was not usable,
so I moved the "link" directory under "node.tag".
Aftewards, the "link" option became usable.
|
|
Bug #416: adding support for "remote" attribute of VXLAN tunnel
|
|
|
|
|
|
Add initial support for configuring Vyos via EC2 instance user-data.
|
|
|
|
Omit "Vyatta" from sysDescr
|
|
Bug #391: Expose rsyslog log level 'all' in CLI
|
|
|
|
EdgeOS does this as well, not sure if VyOS should; feel free to ignore this PR if you feel otherwise. I'm setting up LibreNMS' detection of VyOS to allow for both.
|
|
Fix Bug#382 Removing system ipv6 forwarding causes script error.
|
|
|
|
Manage sysctl options
|