summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2010-06-04Fix use of bareword file handlesStephen Hemminger
Rather than using BAREWORD file handles, use 3 arg open and local variable.
2010-06-03move list functions to vrrp perl module so other scripts can use it as wellMohit Mehta
2010-05-29Fix 5521: Cannot Delete vif with vrrp configured.Stig Thormodsrud
2010-05-26Move DHCPv6 client configuration to this package and restructre parameters.Bob Gilligan
2010-05-24Don't enable PAM Radius by defaultStephen Hemminger
The pam-config mechanism will insert Radius pam module if it is in /usr/share/pam-configs. Therefore hold off installing file until Radius really needed.
2010-05-14Fix syntax of default listen addressStephen Hemminger
Despite documentation, udp6: is not a valid listen address, need to use udp6:161
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-05-12Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-12Show progress bar when copying filesystemStephen Hemminger
Better to show real progress than simple spinning wheel.
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file attributes of root filesStephen Hemminger
Want to preserve labels and other attributes
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file capablities and attributes during install-systemStephen Hemminger
2010-05-03Add code to check digital signature of image files.Bob Gilligan
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature.
2010-04-30Allow user to name system images when installing them.Bob Gilligan
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string.
2010-04-14For Bug 5625 Not ready for DNSSEC implementationMohit Mehta
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list
2010-04-09increase xen hypervisor heap sizeAn-Cheng Huang
2010-04-05Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-04-05Ignore errors from ethtool when setting speed/duplexStephen Hemminger
Many virtual devices don't implement speed/duplex, so just ignore any errors.
2010-04-05Use 3 arg open to create pipeStephen Hemminger
Safer from user doing nasty things with command args.
2010-04-05Use 3 arg openStephen Hemminger
This fixes perlcritic warning because of using 2 arg open. The other form puts pipe as method.
2010-04-02Fail gracefully if path is unknownStephen Hemminger
If device is ppp but not in Vyatta config, the configuration path will be undefined. So have script give reasonable error rather than perl undefined variable message.
2010-03-30Improve wording of config info save dialog.Bob Gilligan
2010-03-24run snmpd as user snmpAn-Cheng Huang
2010-03-24Fix Bug 5487 http redirect url address placed on the router gets blocked byMohit Mehta
local-zone's firewall when using Zone Based Firewall * changed local zones INPUT and OUTPUT chain rules to allow all local-zone traffic on the loopback interface rather than using address 127.0.0.1 which was too restrictive and blocked certain traffic initiated from and going to local-zone itself. This is compliant with the Zone Concept and similar to what's done for other transient zones as well where rules are interface based
2010-03-18Bugfix 5449: Maintain "console affinity" when adding a new image.Bob Gilligan
2010-03-17Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-03-17Handle devices that do not report ethtoolStephen Hemminger
Some devices might not report ethtool settings, but still allow ethtool configuration of speed/duplex. Bug 5466