diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install/install-image | 4 | ||||
-rwxr-xr-x | scripts/rl-system.init | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image index ac4d2dec..fecaeed8 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -3,6 +3,10 @@ # source in the functions source /opt/vyatta/sbin/install-functions +if [ -f /etc/profile.d/vyos-system-proxy.sh ] + then . /etc/profile.d/vyos-system-proxy.sh +fi + # export INSTALL_LOG for the scripts invoked export INSTALL_LOG=/tmp/install-$$.log # export PROGRESS_PID for the scripts invoked diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 0af72cd9..c220f49e 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -132,7 +132,7 @@ set_ipv6_params () echo 1 >/proc/sys/net/ipv6/conf/all/forwarding # Increase route table limit - echo 32768 >/proc/sys/net/ipv6/route/max_size + echo 262144 >/proc/sys/net/ipv6/route/max_size # These values all should be disabled for p in accept_source_route accept_redirects |