Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
Bug #365: Ethernet tso options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options
|
|
|
|
|
|
|
|
Remove the comment from the plaintext-password node regarding empty
encrypted password values as you can't set them as empty.
|
|
You can't create a user without a password, but once this user is
created, you can then delete the encrypted password. However, deleting
the encrypted password from the config doesn't actually remove the
password on the system and in addition breaks the config on reboot,
resulting in the system login node being entirely absent.
This fix ensures that the encrypted password is set to "!" when the
config node is deleted, removing the password login capability for this
account but still allowing SSH RSA key login.
Bug #336 http://bugzilla.vyos.net/show_bug.cgi?id=336
|
|
The password reset option only allows resetting the password for the
default admin (vyos) user. This now allows the user to be specified
for the password reset, defaulting to the 'vyos' user with a password
of 'vyos'.
Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
|
|
In line with Bug #318, set the default vyos user password hash to use
SHA-512 instead of MD5 when recreating the user during a password reset
Bug #355 http://bugzilla.vyos.net/show_bug.cgi?id=355
|
|
Add the default plaintext-password entry to the default vyos user
created during password reset.
Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
|
|
If you delete the vyos user from the system and then go into password
reset mode on reboot, the configuration entry for the vyos user is
recreated but the command returns 'usermod: user 'vyos' does not exist'.
Despite this message the user is created correctly on a full reboot,
just not at the point the command is run.
Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
|
|
|
|
vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deleted
|
|
Allow interfaces with either dhcp or dhcpv6 addresses to be deleted.
Expand on the previous patch for Bug #305 to now take dhcpv6 addresses
into account, as well as an update to the original dhcp logic.
Bug #341 http://bugzilla.vyos.net/show_bug.cgi?id=341
|
|
|