summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-09-21* update count_iptables module usageMohit Mehta
2010-09-21* use count_iptables_rule from MISC moduleMohit Mehta
2010-09-18Bugfix 6210: Fix up case where login section is missing from config file.Bob Gilligan
(cherry picked from commit b39ed5b1c8b85402770305efa6b2248df3440db1)
2010-09-20fix init-floppy for squeezeAn-Cheng Huang
2010-09-17Bugfix 6210: Fix parsing of config fileBob Gilligan
Previous commit "More fixes to standalone password reset" incorrectly parsed fields in the Vyatta config file. (cherry picked from commit 9a08473ae6abb2aec0e51c758f0712ac91c27de9)
2010-09-08Fix quoting of shell -zStephen Hemminger
The -z test in shell needs to be quoted to avoid issues with shell expansion.
2010-09-08Fix quoting issues with conversion to lower caseStephen Hemminger
Add common shell function to convert to lower case. Part of Bug 6132
2010-09-08Enforce username length restrictionStephen Hemminger
Bug 6131
2010-09-07Update to current udevStephen Hemminger
Current udev does not have udevsettle instead use udevadm settle
2010-09-02Remove ifDescr overrideStephen Hemminger
Net-snmp now generates ifDescr itself, so don't need all the parsing and override stuff
2010-08-31Bugfix 5499: Fix restrictions on IPv6 addresses.Bob Gilligan
The code previously prevented the user from assigning the all-zeros or the all-ones IPv6 host addresses on a subnet. These addresses are not illegal in IPv6. This commit removes that restriction, and adds checks for some IPv6 addresses that are illegal to be assigned to an interface.
2010-08-30Bugfix 6085: Use "-x" flag instead of "-r" to kill the old dhclient processBob Gilligan
The "-r" flag to "dhclient" kills the old dhclient daemon, but also tries to release the lease on the server. Unfortunately, the program will block forever if a lease had not actually been obtained. The "-x" flag does all the same things as "-r", but doesn't try to release the lease on the server, and hence doesn't block in the case where the lease had not been obtained.
2010-08-23Generate interface descriptionStephen Hemminger
This adds ifDescr value for interface based on PCI information.
2010-08-17Add vrrp parameters to transition script.Stig Thormodsrud
(cherry picked from commit 1b22d1bbcf8146736d9f69d1edb57a36e55f6fdc)
2010-08-16remove low-level config dir usageAn-Cheng Huang
* "--path" option was using config dir directly. * remove "--path" since it is unused.
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-08-02use listEffectiveNodes() from new APIAn-Cheng Huang
2010-08-02Bugfix 5964: Eliminate unnecessary version check.Bob Gilligan
2010-08-02new API changeAn-Cheng Huang
* return of isActive() was inverted in original API.
2010-07-30Merge branch 'mendocino' of git.vyatta.com:/git/vyatta-cfg-system into mendocinoAn-Cheng Huang
2010-07-30add comments and missing functionAn-Cheng Huang
2010-07-30new API changesAn-Cheng Huang
2010-07-28Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
mendocino
2010-07-28Bugfix 5711: Don't allow special characters in image names.Bob Gilligan
2010-07-27Bugfix 5929: Preserve SSH host keys during image installation.Bob Gilligan
(cherry picked from commit 71b716b7f5e5df1dd4ea6e8a16c7f987381cab8c)
2010-07-22More fixes to standalone password resetStephen Hemminger
Previous changes introduced lots of typos.
2010-07-22remove unused optionsAn-Cheng Huang
* high-level operations should not access CLI implementation details.
2010-07-21Make standalone password recovery more robustStephen Hemminger
Add checks to see if Vyatta configuration even exists and might be missing pieces needed to recover. Add ability to recover totally missing account, if the config file is intact.
2010-07-19Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks if availableBob Gilligan
The /boot directory is populated with vmlinuz and initrd.img files whose names are suffixed with the kernel version string. A vmlinuz and initrd.img symlink points to the "current" version of each file. It is simpler to have the grub.cfg file use the symlink, since then the kernel to boot can be changed by just adjusting the symlinks.
2010-07-14Bugfix 5557: Properly update initrd symlink.Bob 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-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-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-02Corrected the fix for bug 5408.Deepti Kulkarni
2010-07-01Update failover-mechanism sync-group CLI path and addMohit Mehta
comments to indicate ctsync also calls this script
2010-07-01Fix 5675: clearing vrrp master for an interface group removes sync-group configStig Thormodsrud
from keepalived.conf
2010-07-01fix for bug 5408.Deepti Kulkarni
2010-07-01Revert "fix for bug 5408."Deepti Kulkarni
This reverts commit 5110c9f3af7f4d2f4b9f8c14a073a1fd70d852ac.
2010-07-01fix for bug 5408.root
2010-06-21Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurMichael Larson
2010-06-21fix for bug 5663Michael Larson
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
2010-06-09* perltidy vyatta-keepalived.plMohit Mehta
2010-06-09* make vrrp work with conntrack-syncMohit Mehta
2010-06-07Add skip option to vyatta-interfacesStephen Hemminger
Used to skip the existing interface name when doing mirror/redirect
2010-05-30Using "send dhcp6.oro" is no longer required in config file.Bob Gilligan