summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2015-11-190.20.44+vyos2+lithium41debian/0.20.44+vyos2+lithium41Alex Harpin
2015-11-19vyatta-cfg-system: add restart option to vyatta-dns-forwarding.plAlex Harpin
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
2015-11-19vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update dns-forwarding/vyatta-dns-forwarding.pl to maintain style consistency.
2015-11-150.20.44+vyos2+lithium40debian/0.20.44+vyos2+lithium40Alex Harpin
2015-11-15vyatta-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
2015-11-130.20.44+vyos2+lithium39debian/0.20.44+vyos2+lithium39Alex Harpin
2015-11-12vyatta-cfg-system: add missing changelog entriesAlex Harpin
2015-11-080.20.44+vyos2+lithium38debian/0.20.44+vyos2+lithium38Alex Harpin
2015-11-08vyatta-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
2015-11-08vyatta-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
2015-11-08vyatta-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
2015-11-08vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-interfaces.pl to maintain style consistency
2015-11-050.20.44+vyos2+lithium37debian/0.20.44+vyos2+lithium37Alex Harpin
2015-11-04vyatta-cfg-system: bump system version to 7 for smp-affinity renameAlex Harpin
Bump system@6 to system@7 to add the required config migration for the smp_affinity to smp-affinity rename. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
2015-11-03vyatta-cfg-system: rename smp_affinity to smp-affinityAlex Harpin
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
2015-10-190.20.44+vyos2+lithium36debian/0.20.44+vyos2+lithium36Alex Harpin
2015-10-19vyatta-cfg-system: allow bridge slaves to be moved from empty bridgesAlex Harpin
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
2015-10-18vyatta-cfg-system: ensure bridge slaves are deletable from bridgesAlex Harpin
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
2015-10-18vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-bridge.pl to have consistent identation levels and style throughout.
2015-10-170.20.44+vyos2+lithium35debian/0.20.44+vyos2+lithium35Alex Harpin
2015-10-17vyatta-cfg-system: remove ip address requirements from port checkingAlex Harpin
Remove IP address requirements when checking for port availability, no longer needed.
2015-10-170.20.44+vyos2+lithium34debian/0.20.44+vyos2+lithium34Alex Harpin
2015-10-17vyatta-cfg-system: add listen-address and port checks for telnetAlex Harpin
Check that both the listen-address is a valid local address and that the port given is available for use before commiting the telnet service configuation. Bug #43 http://bugzilla.vyos.net/show_bug.cgi?id=43
2015-10-17vyatta-cfg-system: add scripts/is_port_available.pl for port checkingAlex Harpin
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.
2015-07-270.20.44+vyos2+lithium33debian/0.20.44+vyos2+lithium33Daniil Baturin
2015-07-27Add templates and scripts for the popularity contest.Daniil Baturin
2015-07-27Merge branch 'lithium' of github.com:vyos/vyatta-cfg-system into lithiumDaniil Baturin
2015-07-020.20.44+vyos2+lithium32debian/0.20.44+vyos2+lithium32Alex Harpin
2015-07-01vyatta-cfg-system: use sha-512 instead of md5 for installation passwordAlex Harpin
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
2015-06-29Merge branch 'lithium' of github.com:vyos/vyatta-cfg-system into lithiumDaniil Baturin
2015-06-220.20.44+vyos2+lithium31debian/0.20.44+vyos2+lithium31Alex Harpin
2015-06-22Revert "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.
2015-06-160.20.44+vyos2+lithium30debian/0.20.44+vyos2+lithium30Alex Harpin
2015-06-16vyatta-cfg-system: update dh_gencontrol with new development build flagAlex Harpin
2015-06-16vyatta-cfg-system: prevent deletion of system based post-hook symlinksAlex Harpin
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
2015-06-13dhcp bound/reboot must ignore old valuesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-130.20.44+vyos2+lithium29debian/0.20.44+vyos2+lithium29Alex Harpin
2015-06-13vyatta-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
2015-06-13vyatta-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-06-13vyatta-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-05-040.20.44+vyos2+lithium28debian/0.20.44+vyos2+lithium28Daniil Baturin
2015-05-04Bug #410: add an option for ARP cache timeout.Daniil Baturin
2015-05-030.20.44+vyos2+lithium27debian/0.20.44+vyos2+lithium27Daniil Baturin
2015-05-03Bug #541: load l2tp_ip6 module so L2TPv3 over IPv6 can work.Daniil Baturin
2015-04-250.20.44+vyos2+lithium26debian/0.20.44+vyos2+lithium26Daniil Baturin
2015-04-25Add parted to dependencies, the install scripts need it.Daniil Baturin