summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-04-14post-install changesAn-Cheng Huang
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks.
2009-04-14handle default xen kernelAn-Cheng Huang
2009-04-13add read-write union install mechanismAn-Cheng Huang
2009-04-10add local-zone in|out firewall and clean-up codeMohit Mehta
2009-04-10Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-10Fix file syslog targetStephen Hemminger
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code.
2009-04-09fix xen kernel handling for union installAn-Cheng Huang
2009-04-09Resolve problems with syslog.confStephen Hemminger
Default fallback code was broken Change to blocked out region for Vyatta config.
2009-04-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-08Rewrite existing syslog configuration updateStephen Hemminger
Do most of the work in the rewritten vyatta_update_syslog code. Handle multiple facilities for same target without causing duplicate log messages. Never restart syslog daemon, just reload it and only if the configuration has changed.
2009-04-07Add 1st pass of zone based firewall support (transit zones only for now)Mohit Mehta
2009-04-06change xen kernel detectionAn-Cheng Huang
2009-04-03Fix "clear vrrp process". Use new perl lib hierarchy.Stig Thormodsrud
Change double quote to single quote when no interpretation is needed.
2009-03-26Bugfix 4139: Increase minimum root filesystem size to 1 GB.Bob Gilligan
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