From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] [PATCH v4 1/6] batman-adv: prevent multiple ARP replies sent by gateways if dat enbled
Date: Fri, 13 May 2016 18:45:45 +0200 [thread overview]
Message-ID: <1498708.bHHSHfNHLf@bentobox> (raw)
In-Reply-To: <1463034697-8867-2-git-send-email-apape@phoenixcontact.com>
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
> --- a/net/batman-adv/distributed-arp-table.c
> +++ b/net/batman-adv/distributed-arp-table.c
> @@ -48,6 +48,7 @@
> #include "originator.h"
> #include "send.h"
> #include "translation-table.h"
> +#include "bridge_loop_avoidance.h"
Please try to keep the includes in alphabetical order like this:
+#include "bridge_loop_avoidance.h"
#include "hard-interface.h"
#include "hash.h"
#include "originator.h"
#include "send.h"
#include "translation-table.h"
Maybe Marek can also do this when he wants to apply it (in case
Simon/Marek/... don't find anything else problematic in the patchset)
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-05-13 16:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 6:31 [B.A.T.M.A.N.] [PATCH v4 0/6] batman-adv: Optimizations for setups running dat and bla Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 1/6] batman-adv: prevent multiple ARP replies sent by gateways if dat enbled Andreas Pape
2016-05-13 16:45 ` Sven Eckelmann [this message]
2016-05-13 17:37 ` Simon Wunderlich
2016-05-20 10:12 ` [B.A.T.M.A.N.] Antwort: " Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 2/6] batman-adv: speed up dat by snooping received ip traffic Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 3/6] batman-adv: prevent duplication of ARP replies when DAT is used Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 4/6] batman-adv: drop unicast packets from other backbone gw Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 5/6] batman-adv: changed debug messages for easier bla debugging Andreas Pape
2016-05-12 6:31 ` [B.A.T.M.A.N.] [PATCH v4 6/6] batman-adv: handle race condition for claims between gateways Andreas Pape
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1498708.bHHSHfNHLf@bentobox \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.