diff --git a/mxrouter/mxrouterctl b/mxrouter/mxrouterctl index 97135863..b8fb6ed3 100755 --- a/mxrouter/mxrouterctl +++ b/mxrouter/mxrouterctl @@ -525,10 +525,10 @@ sub start { unless exists $want_route->{$_}; } - unless (get_ipv6_forwarding()>0) { - warn "enable IPV6 forwarding\n" unless $opt_quiet; - set_ipv6_forwarding(1); - } +# unless (get_ipv6_forwarding()>0) { +# warn "enable IPV6 forwarding\n" unless $opt_quiet; +# set_ipv6_forwarding(1); +# } unless (get_ipv4_routing()>0) { warn "enable IPV4 routing\n" unless $opt_quiet;