summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-22Fix delete of bonding interfaceStephen Hemminger
Don't allow removal of a bonded device that still has slaves. Bug 4045
2009-01-120.15.2debian/0.15.2Stephen Hemminger
2009-01-12Bridge/bonding update to new syntaxStephen Hemminger
Update to new syntax and remove unneeded CLI path.
2009-01-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-01-08disable bridge node should be same as disable ethernetStephen Hemminger
There is no reason that disable of ethernet and disable of bridge have conflicting syntax.
2009-01-080.15.1debian/0.15.1An-Cheng Huang
2009-01-06Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵Mohit Mehta
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface
2008-12-17Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerslioch
2008-12-17removed unprintable form-feed characters. This was causing xml validation to ↵slioch
fail within the webgui.
2008-12-16Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-16Add acpidStephen Hemminger
Acpid is used to handle ACPI events like power-off button. Useful with KVM as well.
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03fix grammar of previous patchStephen Hemminger
2008-12-03Remove OFR from grub linesStephen Hemminger
OFR is no longer used in reference to Vyatta per marketing guidelines.
2008-12-03Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-03use vyatta-link-detectStephen Hemminger
2008-12-02Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963Rick Balocca
2008-12-01Add correct help for bonding modesStephen Hemminger
Template did not match available bonding modes
2008-11-253.2.0Mark O'Brien
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-19add support for development buildAn-Cheng Huang
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 suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-17Fix sysctl key valuesStephen Hemminger
Correct value is 'kernel.panic' not 'sys.kernel.panic'
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-16Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Stig Thormodsrud
islavista
2008-11-16Fix 3929: Operator level user now need sudo password to run "clear arpStig Thormodsrud
interface"
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-14Bugfix 3928: Need to install vyatta-raid-event script.Bob Gilligan
2008-11-14typo in last commitStephen Hemminger
2008-11-14Remove extra call to set hwclock on startupStephen Hemminger
Reading hwclock takes 1.5 seconds, and gets done twice. Only once is needed.
2008-11-14Fix 3920: Operator level users require sudo permission for natStig Thormodsrud
translation monitor commands
2008-11-14Fix 3918: Operator level users require sudo permission for ipv6 clearStig Thormodsrud
commands
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-12Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-12Avoid sleep in ntp restartStephen Hemminger
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time.