Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2016 23:40:07 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307979 - head/sys/net
Message-ID:  <201610262340.u9QNe7p5077145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Oct 26 23:40:07 2016
New Revision: 307979
URL: https://svnweb.freebsd.org/changeset/base/307979

Log:
  Remove excess CTLFLAG_VNET
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/net/if_bridge.c

Modified: head/sys/net/if_bridge.c
==============================================================================
--- head/sys/net/if_bridge.c	Wed Oct 26 20:28:23 2016	(r307978)
+++ head/sys/net/if_bridge.c	Wed Oct 26 23:40:07 2016	(r307979)
@@ -408,7 +408,7 @@ SYSCTL_INT(_net_link_bridge, OID_AUTO, i
 static VNET_DEFINE(int, allow_llz_overlap) = 0;
 #define	V_allow_llz_overlap	VNET(allow_llz_overlap)
 SYSCTL_INT(_net_link_bridge, OID_AUTO, allow_llz_overlap,
-    CTLFLAG_VNET | CTLFLAG_RW | CTLFLAG_VNET, &VNET_NAME(allow_llz_overlap), 0,
+    CTLFLAG_RW | CTLFLAG_VNET, &VNET_NAME(allow_llz_overlap), 0,
     "Allow overlap of link-local scope "
     "zones of a bridge interface and the member interfaces");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610262340.u9QNe7p5077145>