summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-11-03Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2017-11-03vyatta_update_console.pl uses systemd, remove inittab referenceChristian Poessinger
2017-07-04T331: root should be set to md/X instead of md/mdXJose Irigon de Irigon
2017-06-11Fix to generate correct NTP config when specifying ipv6 servers.sayo
2017-06-05remove trailing space from version (if there is any)Kim
2017-05-01Merge pull request #55 from lafriks/patch-1Kim
Fix vyatta-dns-forwarding.pl after merged pull request #53
2017-04-29update udev folder location and partially fix T290Kim Hagen
2017-04-28add "VyOS" to sysDescrKim
We do not use our distro name in the version numbering.
2017-04-27generate ssh_host_ed25519_key if it is missingKim
2017-04-27snmpd would not start when V3 was configuredKim Hagen
Updated all snmpd daemon commands to systemd type.
2017-04-25remove user and group from agentXPerms so all cann connectKim
2017-04-23add rights for lldp serviceKim
2017-04-23update console settings for systemdKim Hagen
2017-03-20exclude install medium from raid disk countKim
2017-03-17Fix vyatta-dns-forwarding.pl after merged pull request #53Lauris BH
2017-03-16Update the root command for grub2Kim
2017-03-16update grub raid bootKim
2017-03-04T286: Merge pull request #50 from rtsp/patch-1Daniil Baturin
T286: Fix resolv-file configuration problem
2017-03-04T285: Merge pull request #53 from brennentsmith/feature/query-all-dns-serversDaniil Baturin
T285: Add flag for DNSmasq to query all dns servers.
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-11-21Add flag for DNSmasq to query all dns servers.brennen
This feature, when used properly, can massively increase DNS performance. See: http://ma.ttwagner.com/make-dns-fly-with-dnsmasq-all-servers/
2016-08-05set systemd tasks verbose on installing grubKim Hagen
2016-05-21T69 Remove floppy device settingsKim Hagen
2016-04-10Fix resolv-file config bugrtsp
When using `service dns forwarding system` to make dnsmasq use system nameservers to resolve dns instead of specifying nameservers in /etc/dnsmasq.conf. `resolv-file` directive in /etc/dnsmasq.conf should point to /etc/resolv.conf, not /etc/dnsmasq.conf
2016-03-20set rights for agentx socketKim Hagen
2016-03-20fix "Output Channel" config so logging will workKim Hagen
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2016-02-05Do not create persistent fstab, this will interfere with systemd.Kim Hagen
2016-02-05Renamed vyatta-union to vyos-union.Kim Hagen
2016-02-03Add vyos-persistpath and update install-image-existing and ↵Thomas Jepp
vyatta-update-grub.pl to use it.
2016-02-03Make add system image install the image to the right place.Thomas Jepp
2016-02-02Do not create fstab file for union install, this conficts with systemd.Kim Hagen
2016-02-01Rename "live-rw" to only "rw".Kim Hagen
2016-02-01Label disk on format and create persistence.conf file to get live-bootKim Hagen
to set the correct persistence.
2016-01-29Correct overlay mount function.Kim Hagen
2016-01-29Refine getting the vyos version.Kim Hagen
2016-01-29Update location of the squashfs image.Kim Hagen
2016-01-29Update the way the install scrips get the vyos version.Kim Hagen
2016-01-26Update 'is_live_cd_boot' and 'is_union_instal' functions to search on ↵Kim Hagen
'overlay' instead of 'overlayfs'
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
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-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-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-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.