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 2/2] batman-adv: Simple (re)broadcast avoidance
Date: Sun, 07 Aug 2016 11:34:51 +0200 [thread overview]
Message-ID: <2601978.hr0dLHCiFY@sven-edge> (raw)
In-Reply-To: <1470519973-22972-2-git-send-email-linus.luessing@c0d3.blue>
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
On Samstag, 6. August 2016 23:46:13 CEST Linus Lüssing wrote:
[...]
> * substituted fancy skb_inner_mac_header stuff with boring forw_packet->own :)
[...]
> --- a/net/batman-adv/soft-interface.c
> +++ b/net/batman-adv/soft-interface.c
> @@ -315,6 +315,8 @@ send:
> if (batadv_dat_snoop_outgoing_arp_request(bat_priv, skb))
> brd_delay = msecs_to_jiffies(ARP_REQ_DELAY);
>
> + skb_reset_inner_mac_header(skb);
> +
> if (batadv_skb_head_push(skb, sizeof(*bcast_packet)) < 0)
> goto dropped;
>
Looks like you've missed something.
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-08-07 9:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-06 21:46 [B.A.T.M.A.N.] [PATCH v4 1/2] batman-adv: Remove unused skb_reset_mac_header() Linus Lüssing
2016-08-06 21:46 ` [B.A.T.M.A.N.] [PATCH v4 2/2] batman-adv: Simple (re)broadcast avoidance Linus Lüssing
2016-08-07 9:34 ` Sven Eckelmann [this message]
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=2601978.hr0dLHCiFY@sven-edge \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox