summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-01-20Set IPV6 parameters in rl-system.initStephen Hemminger
The problem is that IPV6 module is not loaded when sysctl's are interpreted during boot, and we want to allow marking IPV6 disabled.
2010-01-19Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-01-19Fix typo in install-imageStephen Hemminger
This could fix Bug 5151 There was a typo in script that saved old config
2010-01-19Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodStig Thormodsrud
2010-01-19Change how IPV4/IPV6 configuration values are doneStephen Hemminger
1. Move vyatta-sysctl.conf from rl-system.init to procps This makes configuration happen early (before networking) 2. Do IPV6 configuration for address_flush in rl-system.init (after IPV6 is loaded) 3. Cleanup shell code for ipv6_params: * no sudo needed in startup scripts * use cleaner iteration
2010-01-19Restiction on filtering of udev rulesJon Andersson
2010-01-18Fix snmp trap-sourceStephen Hemminger
Incorrect config level in script.
2010-01-18Fix typo in community for trap-targetStephen Hemminger
2010-01-18Bugfix 5220: Save config information from previous image-based install.Bob Gilligan
If previous disk-based install is found, use config info from it. Otherwise look for image-based installs. If multiple image-based installs are found, let the user select which one to save the config information from.
2010-01-13Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-01-13Don't allow installation to proceed if MD5 checksum errors are found.Bob Gilligan
2010-01-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-01-08Switch from wget to curl since the latter supports more URL methods.Bob Gilligan
2010-01-07Add support trap source addressStephen Hemminger
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf
2010-01-07Add support for trap community and portStephen Hemminger
Bug 3756 Allow setting trap communities and port values.
2010-01-06Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-01-06Validate MD5 checksums on ISO file before proceeding with installation.Bob Gilligan
2010-01-06Updates to SNMP link state trapStephen Hemminger
Bug 3811, 3806 Poll more frequently for link state traps and include more information.
2010-01-05Change 'protocols snmp' to 'service snmp'Stephen Hemminger
Bug 212 The entries in config under protocols were all routing protocols except SNMP which was an unfortunate original design choice. Config script does migration.
2010-01-05SNMP: Merge common code for rand hex numberStephen Hemminger
2010-01-05Cleanup SNMP config file generationStephen Hemminger
Create to temporary file first, then move.
2009-12-23Add support for fetching ISO file based on URL.Bob Gilligan
2009-12-23Handle default of autoStephen Hemminger
If device doesn't support speed/duplex, then speed = auto which is default is okay.
2009-12-22Read Vyatta version from fileStephen Hemminger
Part of ehancement requested in Bug 3869 Include Vyatta version in system description.
2009-12-22Remove old init codeStephen Hemminger
The code to init_snmp was no-op and no longer called.
2009-12-22Bring device to up state when removed from bondStephen Hemminger
Bug 5061 Force device back to up state when leaving bond group.
2009-12-22Mark banner script executableStephen Hemminger
2009-12-22Fix return of dhcp start client.Stephen Hemminger
2009-12-21Don't allow setting speed/duplex if hardware doesn't support itStephen Hemminger
Bug 4994 If hardware does not have ethtool interface to allow setting speed/duplex, then do not allow user to commit change.
2009-12-21Move interface support from vyatta-cfg to vyatta-cfg-systemStephen Hemminger
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg
2009-12-14Ignore errors from chmod/chown if ssh keys don't existStephen Hemminger
2009-12-14Fix install-image to save config/keysStephen Hemminger
Bug 5151 Part of previous change caused regression in saving config information. Also mounts old config read-only to avoid any problems.
2009-12-14Re-enable frame-buffer on consoleStephen Hemminger
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console.
2009-12-04Fix load user key scriptStephen Hemminger
Enhanced usage of curl to handle scp://user@host/filename
2009-12-04Rearrange the public-key configuration schemaStephen Hemminger
New syntax: system login user vyatta authentication public-key user@remote type ssh-rsa
2009-12-03Fix some file headers that cause build warningsStephen Hemminger
Debian build warnings on these files.
2009-12-03Preserve ssh host keys in install-imageStephen Hemminger
Similar to previous change to install-system
2009-12-03Add script for loading public keyStephen Hemminger
Variation on existing config file loader that is useful for loading public key.
2009-12-02Use ext3 all the timeStephen Hemminger
It avoids issues with corrupt filesystems on VM.
2009-12-02Don't lose user customization to pam-authStephen Hemminger
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay.
2009-12-02Pass more info to login scriptsStephen Hemminger
Pass status to login update() which might be useful to handle case when node is deleted.
2009-12-01Save SSH keys on re-installStephen Hemminger
Bug 5045 This adds option to save original SSH host keys when doing a re-install. Also mount original partition read-only to avoid updating it.
2009-12-01Avoid updating files on bootStephen Hemminger
If file is already correct, no need to write it.
2009-12-01Add sync after config saveStephen Hemminger
Calling sync ensure buffer cache is flushed, so that config is actually on disk. May resolve some of the regression test I/O errors.
2009-11-30Remove Radius server on rebootStephen Hemminger
Related to Bug 5130 and 5084
2009-11-18Mount floppy with dirsyncStephen Hemminger
Ensures that directory update occurs before umount
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-06copy the whole config directory during installAn-Cheng Huang
2009-11-05use new vyatta-union arg to reduce kernel cmdline length.An-Cheng Huang