On Mon, 30 May 2016 15:32:07 +0200 Peter Heise <m...@pheise.de> wrote:
> A new HSR version was added in 4.7 that can be enabled > via iproute2. Per default the old version is selected, > however, with "ip link add [..] type hsr [..] version 1" > the newer version can be enabled. > > Signed-off-by: Peter Heise <peter.he...@airbus.com> > --- I fixed two things in this patch. 1) Don't use ALL CAPS in the error message 2) Indentation was all messed up and line was too long. Please use checkpatch in future to check your submissions.