summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-19Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-190.17.69debian/0.17.69Stephen Hemminger
2010-07-19Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-19fix typoAn-Cheng Huang
2010-07-19Fix old invalid email addresses in changelogStephen Hemminger
2010-07-19Convert public-keys help to new formatStephen Hemminger
2010-07-19Convert tunnel parameters to new help formatStephen Hemminger
2010-07-19Loopback address node cleanupStephen Hemminger
Use ipv4net,ipv6net to handle the two address possibilities
2010-07-19bonding vif val_helpStephen Hemminger
2010-07-19Use val_help: for Ethernet interface parametersStephen Hemminger
More consistency fixes.
2010-07-19Fix language in help text for loadkeyStephen Hemminger
2010-07-19Use val_help in zone-policyStephen Hemminger
2010-07-19Bridge parameter node updateStephen Hemminger
Do syntax range checking on bridge STP parameters. Note: kernel allows much bigger values (and IOS checking is more strict).
2010-07-19Use val_help: for interface MTU nodesStephen Hemminger
2010-07-19Covert bonding mode to val_helpStephen Hemminger
2010-07-16Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-07-160.17.68debian/0.17.68Stephen Hemminger
2010-07-16Use val_help: for address nodesStephen Hemminger
Use common format for address nodes
2010-07-16Add syntax validation for bridge STP parametersStephen Hemminger
The syntax range for bridge STP values was missing or incorrect. Bug 5864
2010-07-140.17.67debian/0.17.67Bob Gilligan
2010-07-14Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurBob Gilligan
2010-07-140.17.66debian/0.17.66Stephen Hemminger
2010-07-14Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-140.17.65debian/0.17.65Bob Gilligan
2010-07-14Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-14Bugfix 5845, 5557: Install vyatta-update-grub.pl in /opt/vyatta/sbin.Bob Gilligan
2010-07-14Enable putting core files /var/coreStephen Hemminger
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission.
2010-07-14Bugfix 5557: Properly update initrd symlink.Bob Gilligan
2010-07-140.17.64debian/0.17.64Bob Gilligan
2010-07-14Select kernel to boot based on current running kernel type.Bob Gilligan
2010-07-13Revert "Move vyatta-update-grub.pl to the vyatta-base package."Bob Gilligan
This reverts commit 19cf46d14ba266887278d3f06d0ce791218c9469.
2010-07-13Move vyatta-update-grub.pl to the vyatta-base package.Bob Gilligan
This is necessary so that it can be used by full-upgrade.
2010-07-13Bugfix 5557: Add script to help update grub after full upgrade.Bob Gilligan
2010-07-080.17.63debian/0.17.63Stephen Hemminger
2010-07-08Fix install-system if not saving old image configStephen Hemminger
If old image config is not being saved, the filesystem (/mnt/tmp) which caused next step (mkfs) to fail.
2010-07-060.17.62debian/0.17.62Stephen Hemminger
2010-07-06Allow incorrect user to be deletedStephen Hemminger
Avoid password checks on delete. Bug 5418
2010-07-06Change user name validationStephen Hemminger
Do username validation in perl script. This allows for checking for what is allowed, versus what is recommended. For compatiablity we allow things like upper case user names which but this is not recommended so these names produce a warning.
2010-07-06Don't need explict sync in init-floppyStephen Hemminger
The sync call was added to try and workaround floppy bug, but it didn't do anything so remove it. File is already saved with fsync.
2010-07-060.17.61debian/0.17.61Deepti Kulkarni
2010-07-02Corrected the fix for bug 5408.Deepti Kulkarni
2010-07-010.17.60debian/0.17.60Mohit Mehta
2010-07-01Update failover-mechanism sync-group CLI path and addMohit Mehta
comments to indicate ctsync also calls this script
2010-07-010.17.59debian/0.17.59Stig Thormodsrud
2010-07-01Fix 5675: clearing vrrp master for an interface group removes sync-group configStig Thormodsrud
from keepalived.conf
2010-07-010.17.58debian/0.17.58Stephen Hemminger
2010-07-01Touch file before setting capabilityStephen Hemminger
Unionfs should copyup the xattr automatically, but it doesn't so use touch to force a copyup before setting attributes.
2010-07-010.17.57debian/0.17.57Deepti Kulkarni
2010-07-01fix for bug 5408.Deepti Kulkarni