From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 30 Apr 2013 12:41:46 -0700 From: Stephen Hemminger Message-ID: <20130430124146.2091007d@nehalam.linuxnetplumber.net> In-Reply-To: <1367345928-31135-3-git-send-email-vyasevic@redhat.com> References: <1367345928-31135-1-git-send-email-vyasevic@redhat.com> <1367345928-31135-3-git-send-email-vyasevic@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCHv4 net-next 2/2] bridge: Add a flag to control unicast packet flood. List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vlad Yasevich Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, mst@redhat.com On Tue, 30 Apr 2013 14:18:47 -0400 Vlad Yasevich wrote: > + IFLA_BRPORT_UNICAST_FLOOD, /* control flood of unicast traffic */ Minor nit, comment could be just /* flood unicast traffic */ and the comments for other flags line up, so why not make these line up?