summaryrefslogtreecommitdiff
path: root/etc/init.d
AgeCommit message (Collapse)Author
2021-06-26Debian: remove deprecated vyatta-config-reboot-params scriptChristian Poessinger
Actions are now handled in vyos-router script on startup by calling the vyos-1x Python handler scripts.
2020-12-30migration: T3161: remove scripts ec2-vyos-init, ec2-check.plJohn Estabrook
These scripts have been superseded by the cloud-init tools, and contain legacy references to XorpConfigParser.pm (via vyatta-cfg/scripts/vyatta-load-config.pl, via ConfigLoad.pm), which one would like to retire.
2018-10-14update service name to vyos-routerUnicronNL
2018-05-30T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd.Daniil Baturin
2014-12-03Adding initial support for loading a config from AWS EC2 user-datajrb
2014-10-08Bug #335, run the EC2 key fetching script as vyattacfg.Daniil Baturin
2014-10-08If not running on AWS (system UUID and serial do not start with EC2), don't ↵Daniil Baturin
do AWS-specific things.
2014-07-25Set vyos-intfwatchd to start at boot by default.Daniil Baturin
2014-07-25Add vyod-intfwatchd for restoring IPv6 addresses after link flaps.Daniil Baturin
As bad as it can be, it seems to sort of work.
2014-04-28Add support for installing a new image on the Amazon AMIhydrajump
- Check if installing on AWS EC2 platform via instance metadata. - Configure GRUB correctly, so that boot messages are available via instance's console. - Add init.d script to fetch user's EC2 public key during boot.
2011-12-13Bug 7672: Don't execute check-params-on-reboot.d if config fileDaniil Baturin
does not exist.
2011-08-19Cleanup vyatta-config-reboot-paramsStephen Hemminger
Split comments out of Description: text which is part of LSB info into later parts of the file.
2011-04-18* run start-up script vyatta-config-reboot-params very early in boot processMohit Mehta
This script executes scripts lying in the following directory: /opt/vyatta/bin/sudo-users/check-params-on-reboot.d Scripts in check-params-on-reboot.d are intended for parameters that require a reboot to take effect after they are set/changed. Because of the reboot requirement, underlying value and related config paramter value can become out-of-sync in couple of cases: 1. change parameter value, don't save config, reboot. Underlying value is different than the value in config file. 2. install new image; when new image boots, underlying value is the default Vyatta shipped value not the value in config file. More info: http://bugzilla.vyatta.com/show_bug.cgi?id=6915#c1 This check-in also adds ipv6_disable_blacklist script in check-params-on-reboot.d to fix the above mentioned problem for 'system ipv6 disable' and 'system ipv6 blacklist'
2007-12-19Revert "add init script to force udev settle before itf configured"Tom Grennan
This is unnecessary if the config.boot file is available before udevd starts. This reverts commit a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.
2007-12-17add init script to force udev settle before itf configuredTom Grennan