Age | Commit message (Collapse) | Author |
|
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'
|
|
Update list of network drivers copybreak parameters to match current
kernel version. This is harmless with out of date kernels.
Fixes warning about unknown module parameter with r8169
|
|
All interface related files are in vyatta-cfg-system package.
|
|
This is unnecessary if the config.boot file is available before udevd starts.
This reverts commit a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.
|
|
|