Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | Revert "Split login authentication configuration into three scripts" | Stephen Hemminger | |
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59. | |||
2009-03-25 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-03-23 | Split login authentication configuration into three scripts | Stephen Hemminger | |
Getting cumbersome with one big script. | |||
2009-03-23 | Fix bare file handle warning | Stephen Hemminger | |
2009-03-16 | will help debug bug 4181 if and when it happens | Mohit Mehta | |
2009-03-12 | Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵ | Stig Thormodsrud | |
failed | |||
2009-03-11 | Fix perlcritic warning about bare file handle | Stephen Hemminger | |
Use 3 arg open. | |||
2009-03-10 | use code from Vyatta::Misc where is_dhcp_enabled() is already defined | Mohit Mehta | |
2009-03-08 | Fix 4183: No auto completion for group number when running 'clear vrrp | Stig Thormodsrud | |
master interface <ifname> group <group-num>' | |||
2009-03-06 | Remove prefix mask on vip if present since it can't be using in arping. | Stig Thormodsrud | |
2009-03-06 | Specify source address with arping since we no longer require an IP | Stig Thormodsrud | |
address on the actual interface. | |||
2009-03-06 | Move changes file to /var/run/vrrpd and make sure the directory exists. | Stig Thormodsrud | |
2009-03-03 | Fix perlcritic warnings | Stephen Hemminger | |
Use of global loop variable, and open syntax. | |||
2009-03-03 | Fix slave device startup | Stephen Hemminger | |
Slave devices need to be added by config not by script Bug 4085 | |||
2009-03-03 | Run through tidy for indent | Stephen Hemminger | |
2009-03-02 | Remove out of date quick-install | Stephen Hemminger | |
The script was out of date (created multiple partitions), and no longer worth supporting and updating. | |||
2009-03-02 | Change install-system to handle CF better | Stephen Hemminger | |
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969 | |||
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-03-01 | Fix breakage from previous cleanup commit. | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2009-02-28 | let admin user set arp paramters | Mohit Mehta | |
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit 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-24 | set default values for ipv6 accept_redirects and accept_source_route | Mohit Mehta | |
2009-02-24 | Don't depend on /proc/ide | Stephen Hemminger | |
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide. | |||
2009-02-24 | Allow installation on virtio disk | Stephen Hemminger | |
In virtualized environment virtio block device is vda | |||
2009-02-17 | Take out ipt_rlsnmpstats module | Stephen Hemminger | |
Not used, not needed, possible buggy. | |||
2009-01-25 | Replace bare word file handle | Stephen Hemminger | |
Use local variable. | |||
2008-12-02 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963 | Rick Balocca | |
2008-11-24 | VyattaConfig -> Vyatta::Config | Stephen Hemminger | |
2008-11-24 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Bob Gilligan | |
2008-11-24 | Bugfix 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-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-21 | Rename VyattaKeepalived to Vyatta::Keepalived | Stephen Hemminger | |
Use directory hierarchy in perl. | |||
2008-11-20 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-11-19 | Bugfix 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-17 | Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jenner | Mohit Mehta | |
2008-11-17 | dhcp action scripts for linkup/down | Mohit Mehta | |
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Bugfix 3932 | Bob Gilligan | |
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size. | |||
2008-11-14 | Speed up addition of users to system | Stephen 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-14 | Speed up boot | Stephen Hemminger | |
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place | |||
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-11-11 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-11 | Make sure install-system only run with root privledges | Stephen Hemminger | |
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run. | |||
2008-11-07 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-11-07 | Handle older format config files in password reset | Stephen Hemminger | |
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats. | |||
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-06 | fix grammar of previous patch | Stephen Hemminger | |