From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Bianconi Subject: [PATCH net-next 0/2] do not allow to add routes if disable_ipv6 is enabled Date: Tue, 27 Mar 2018 19:11:24 +0200 Message-ID: Cc: netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mail-wm0-f43.google.com ([74.125.82.43]:35310 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbeC0RLd (ORCPT ); Tue, 27 Mar 2018 13:11:33 -0400 Received: by mail-wm0-f43.google.com with SMTP id r82so250846wme.0 for ; Tue, 27 Mar 2018 10:11:32 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Do not allow userspace to add static ipv6 routes if disable_ipv6 is enabled. Update disable_ipv6 documentation according to that change Lorenzo Bianconi (2): ipv6: do not set routes if disable_ipv6 has been enabled Documentation: ip-sysctl.txt: clarify disable_ipv6 Documentation/networking/ip-sysctl.txt | 4 +++- net/ipv6/route.c | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) -- 2.14.3