Makefile.am | 7 ++ debian/changelog | 7 ++ debian/vyatta-cfg-system.postinst.in | 3 + debian/vyatta-cfg-system.postrm | 1 etc/init.d/vyatta-config-reboot-params | 46 ++++++++++++++++ scripts/check-params-on-reboot.d/ipv6_disable_blacklist | 24 ++++++++ 6 files changed, 88 insertions(+)
New commits: commit 6b63b690f2d9659d7fc4813a4255a0d1617ba05a Author: Mohit Mehta <[email protected]> Date: Mon Apr 18 18:14:10 2011 -0700 0.19.58 commit 4d5862053ef2f99d09507b2e9b702aca1229099a Author: Mohit Mehta <[email protected]> Date: Mon Apr 18 18:00:48 2011 -0700 * run start-up script vyatta-config-reboot-params very early in boot process 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' http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=6b63b690f2d9659d7fc4813a4255a0d1617ba05a http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=4d5862053ef2f99d09507b2e9b702aca1229099a _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
