From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] if_ether.h: add B.A.T.M.A.N.-Advanced Ethertype Date: Sat, 03 Nov 2012 15:05:31 -0400 (EDT) Message-ID: <20121103.150531.397386345557346448.davem@davemloft.net> References: <1351606121-2405-1-git-send-email-ordex@autistici.org> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org To: ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org Return-path: In-Reply-To: <1351606121-2405-1-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: b.a.t.m.a.n-bounces-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org Sender: "B.A.T.M.A.N" List-Id: netdev.vger.kernel.org From: Antonio Quartulli Date: Tue, 30 Oct 2012 15:08:41 +0100 > Add Ethertype 0x4305 (not an officially registered id). > This Ethertype is used by every frame generated by B.A.T.M.A.N.-Advanced. Its > definition is currently batman-adv local only and since it is not officially > registered it is better to make its definition kernel-wide so that we avoid > collisions given by future unofficial uses of the same Ethertype. > > Signed-off-by: Antonio Quartulli Applied.