From 17f02b9665ce0ffd6147605ecaa000e42a189ffd Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 22 Sep 2009 15:56:01 -0700 Subject: Bugfix 4951: Don't fail if IPv6 kernel module is not loaded. Handle cases where IPv6 kernel module is not loaded more gracefully. --- sysconf/vyatta-sysctl.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sysconf') diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 5b888a8c..1f270d92 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -31,9 +31,6 @@ net.ipv4.icmp_ignore_bogus_error_responses=1 # Send ICMP responses with primary address of exiting interface net.ipv4.icmp_errors_use_inbound_ifaddr=1 -# Enable packet forwarding for IPv6 -net.ipv6.conf.all.forwarding=1 - # Log packets with impossible addresses to kernel log net.ipv4.conf.all.log_martians=1 @@ -58,6 +55,11 @@ net.ipv4.conf.all.accept_source_route=0 # Enable send_redirects by default net.ipv4.conf.all.send_redirects=1 +# IPv6 parameters: + +# Enable packet forwarding for IPv6 +net.ipv6.conf.all.forwarding=1 + # Disable ipv6 accept_source_route by default net.ipv6.conf.default.accept_source_route=-1 -- cgit v1.2.3