summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-03-26Revert "Split login authentication configuration into three scripts"Stephen Hemminger
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.
2009-03-25Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-23Split login authentication configuration into three scriptsStephen Hemminger
Getting cumbersome with one big script.
2009-03-23Fix bare file handle warningStephen Hemminger
2009-03-16will help debug bug 4181 if and when it happensMohit Mehta
2009-03-12Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵Stig Thormodsrud
failed
2009-03-11Fix perlcritic warning about bare file handleStephen Hemminger
Use 3 arg open.
2009-03-10use code from Vyatta::Misc where is_dhcp_enabled() is already definedMohit Mehta
2009-03-08Fix 4183: No auto completion for group number when running 'clear vrrpStig Thormodsrud
master interface <ifname> group <group-num>'
2009-03-06Remove prefix mask on vip if present since it can't be using in arping.Stig Thormodsrud
2009-03-06Specify source address with arping since we no longer require an IPStig Thormodsrud
address on the actual interface.
2009-03-06Move changes file to /var/run/vrrpd and make sure the directory exists.Stig Thormodsrud
2009-03-03Fix perlcritic warningsStephen Hemminger
Use of global loop variable, and open syntax.
2009-03-03Fix slave device startupStephen Hemminger
Slave devices need to be added by config not by script Bug 4085
2009-03-03Run through tidy for indentStephen Hemminger
2009-03-02Remove out of date quick-installStephen Hemminger
The script was out of date (created multiple partitions), and no longer worth supporting and updating.
2009-03-02Change install-system to handle CF betterStephen Hemminger
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-03-01Fix breakage from previous cleanup commit.Stig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
2009-02-28let admin user set arp paramtersMohit Mehta
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit Mehta
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface
2009-02-24set default values for ipv6 accept_redirects and accept_source_routeMohit Mehta
2009-02-24Don't depend on /proc/ideStephen Hemminger
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide.
2009-02-24Allow installation on virtio diskStephen Hemminger
In virtualized environment virtio block device is vda
2009-02-17Take out ipt_rlsnmpstats moduleStephen Hemminger
Not used, not needed, possible buggy.
2009-01-25Replace bare word file handleStephen Hemminger
Use local variable.
2008-12-02Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963Rick Balocca
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger
2008-11-24Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerBob Gilligan
2008-11-24Bugfix 3747: Allow user to break previously existing RAID group.Bob Gilligan
Add logic to install system to allow user to break previously existing RAID group. This completely destroys the RAID group so that nothing remains even if the subsequent install doesn't use all of the disks that make up the RAID group.
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-11-21Rename VyattaKeepalived to Vyatta::KeepalivedStephen Hemminger
Use directory hierarchy in perl.
2008-11-20Merge branch 'islavista' into jennerRick Balocca
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-11-19Bugfix 3738: Improve safety in installing onto RAID sets.Bob Gilligan
Issue a warning if installing onto a RAID set that is degraded, but not in active rebuild. Don't let the user install onto a RAID set that is in the process of rebuild because it is unsafe.
2008-11-17Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jennerMohit Mehta
2008-11-17dhcp action scripts for linkup/downMohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Bugfix 3932Bob Gilligan
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size.
2008-11-14Speed up addition of users to systemStephen Hemminger
On boot, there is no reason to add or modify a user account if already exists in the system with same groups and settings.
2008-11-14Speed up bootStephen Hemminger
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place
2008-11-12add basic tacacs+ supportRobert Bays
2008-11-11Merge branch 'islavista' into jennerRick Balocca
2008-11-11Make sure install-system only run with root privledgesStephen Hemminger
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run.
2008-11-07Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-11-07Handle older format config files in password resetStephen Hemminger
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats.
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-06fix grammar of previous patchStephen Hemminger