summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-11sometimes drives report they are not alignedheliumKim
And then on reboot it hangs where it should start grub
2018-04-24T609: Merge pull request #70 from mjbear/dnsmasq-log-queriesDaniil Baturin
Added support for dnsmasq's log-queries debugging option
2018-04-22Added support for dnsmasq's log-queries debugging optionMichael Bear
2017-11-040.20.43+vyos1+helium40debian/0.20.43+vyos1+helium40Daniil Baturin
2017-11-04T428: don't check the UUID in the EC2 detection script.Daniil Baturin
2017-11-040.20.43+vyos1+helium39debian/0.20.43+vyos1+helium39Daniil Baturin
2017-11-04Force releaseDaniil Baturin
2017-11-040.20.43+vyos1+helium38debian/0.20.43+vyos1+helium38Daniil Baturin
2017-11-04T444: missing keyword in ip l2tp del command.Daniil Baturin
2017-10-300.20.43+vyos1+helium37debian/0.20.43+vyos1+helium37Daniil Baturin
2017-10-30T435: Fix ingress-qos-mapping/egress-qos-mapping to VLAN configurationDaniil Baturin
2017-10-120.20.43+vyos1+helium36debian/0.20.43+vyos1+helium36Daniil Baturin
2017-10-12T198: fix typos in the l2tpv3 script.Daniil Baturin
Thanks to Thomas Courbon!
2017-10-050.20.43+vyos1+helium35debian/0.20.43+vyos1+helium35Daniil Baturin
2017-09-14vyatta-cfg-system: enable usb autosuspend to reduce cpu usage on kvmAlex Harpin
Add udev rules to enable USB autosuspend for QEMU emulated HIDs. Allowing the USB HID to be autosuspended reduces the CPU load on the host when guest VMs are idle. Based on the original patch by Gerd Hoffmann <kraxel@xxxxxxxxxx> Bug #495 http://bugzilla.vyos.net/show_bug.cgi?id=495
2017-09-14vyatta-cfg-system: add option to modify interface scatter-gather optionAlex Harpin
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
2017-09-14vyatta-cfg-system: update get_offload_option function due to renameAlex Harpin
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
2017-09-14vyatta-cfg-system: rename ethernet offload option nodesAlex Harpin
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
2017-09-14vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-interfaces.pl to maintain style consistency
2017-09-14Revert "vyatta-cfg-system: prevent deletion of all user authentication"Alex Harpin
This reverts commit 593899accdff03af23e6bb6c7189ad4ed05a4d8e. This commit reintroduced the inability to delete a user configured on the system, which was resolved in bug #557. Reverting this for the time being until a better fix can be implemented.
2017-09-14vyatta-cfg-system: prevent deletion of all authentication for userAlex Harpin
Prevent the deletion of both the encrypted-password and public-keys nodes for a user, ensuring that at least one of the methods is available. Also prevent the deletion of the public keys for a user if the encrypted password is set to "!". Bug #574 http://bugzilla.vyos.net/show_bug.cgi?id=574
2017-09-14Bug #410: add an option for ARP cache timeout.Daniil Baturin
2017-09-14Add dhcpv6 client-id option (#519)kouak
2017-09-14vyatta-cfg-system: ensure grub is installed to the raid slave membersAlex Harpin
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
2017-09-14Add ingress-qos-mapping/egress-qos-mapping to VLAN configuration (#385)kouak
2017-09-14vyatta-cfg-system: allow dynamic dns updating from behind natAlex Harpin
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
2017-09-14Bug #467, tos inherit not turned on by default on tunnels (IPIP, GRE)Kim Hagen
2017-09-14vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/dynamic-dns/vyatta-dynamic-dns.pl to have consistent identation levels and style throughout.
2017-09-14support "remote" attribute of VXLAN tunnelRyo Nakamura
2017-09-14Expose rsyslog log level 'all' in CLIJason Hendry
2017-09-14Removing sysctl all node, adding net.ipv4.igmp_max_membershipsJason Hendry
2017-09-14Adding all + custom sysctl option nodesJason Hendry
2017-09-14Creating template for net.ipv4.ipfrag_time sysctlJason Hendry
2017-09-14Initial import fo vyatta_update_sysctl.plJason Hendry
2017-09-14Removing unsed variable from declarationJason Hendry
2017-09-14Correcting udp offload option name form segmentation to fragmentationJason Hendry
2017-09-14Cleaning up ethtool execution codeJason Hendry
2017-09-14Removing default settings offload valuesJason Hendry
2017-09-14Updating comments so they make a bit more senseJason Hendry
2017-09-14Making offload setting changes change on a single optionJason Hendry
2017-09-14Adding templates for tso options. fixing logic in vyatta-interfaces for tso ↵Jason Hendry
options
2017-09-14Adding offload setting management to vyatta-interfaces.plJason Hendry
2015-08-160.20.43+vyos1+helium34debian/0.20.43+vyos1+helium34Daniil Baturin
2015-08-16vyatta-cfg-system: missing encrypted-password breaks user config nodeAlex Harpin
The fix for bug #557 now allows the encrypted-password Authentication node to be deleted again, but this causes the config to fail on reboot, leaving the user login node empty. This fix checks for an empty / missing encrypted-password node on reboot / config reload, either creating a new node or replacing the existing one and assigning it the value of "!". This has the same effect as the fix for bug #336, allowing the user to be set as only using RSA based logins. Bug #573 http://bugzilla.vyos.net/show_bug.cgi?id=573
2015-08-16vyatta-cfg-system: 'delete system login user' doesn't remove the userAlex Harpin
Following the fix for bug #336 that prevents the deletion of the encrypted password, which resulted in a broken config node on reboot, it was no longer possible to delete users. This reverts the fix for that bug. Bug #557 http://bugzilla.vyos.net/show_bug.cgi?id=557
2015-08-120.20.43+vyos1+helium33debian/0.20.43+vyos1+helium33Daniil Baturin
2015-08-12Bug #541: load l2tp_ip6 module so L2TPv3 over IPv6 can work.Daniil Baturin
2015-04-070.20.43+vyos1+helium32debian/0.20.43+vyos1+helium32Daniil Baturin
2015-04-07vyatta-cfg-system: remove blank domain search and expand comment typeAlex Harpin
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
2015-04-07vyatta-cfg-system: redesign the layout and updating of /etc/resolv.confAlex Harpin
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