From: David Miller <davem@davemloft.net>
To: matvejchikov@gmail.com
Cc: netdev@vger.kernel.org, i.matveychikov@securitycode.ru
Subject: Re: [RFC PATCH] veth: keep peers MTU values synchronized
Date: Fri, 04 Apr 2014 10:25:18 -0400 (EDT) [thread overview]
Message-ID: <20140404.102518.2263545144702348056.davem@davemloft.net> (raw)
In-Reply-To: <533DD390.6020103@gmail.com>
From: "Ilya V. Matveychikov" <matvejchikov@gmail.com>
Date: Fri, 04 Apr 2014 01:33:04 +0400
> Keep peers MTU values synchronized. That prevent dropping packets
> while
> forwarding as diffirent MTU values prevent skb moving from one peer's
> device to another (is_skb_forwardable returns false).
>
> Signed-off-by: Ilya V. Matveychikov <i.matveychikov@securitycode.ru>
Such side effects on another device when changing the configuration
of one are strongly discouraged.
Furthermore, when the veth peer is created, no attempt is made to
synchronize the MTUs.
Let it therefore be the admins responsibility to keep them in sync
just as it would be on a real network.
next prev parent reply other threads:[~2014-04-04 14:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 21:33 [RFC PATCH] veth: keep peers MTU values synchronized Ilya V. Matveychikov
2014-04-04 14:25 ` David Miller [this message]
2014-04-04 14:42 ` Ilya V. Matveychikov
2014-04-04 14:49 ` David Miller
2014-04-04 15:04 ` Ilya V. Matveychikov
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=20140404.102518.2263545144702348056.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=i.matveychikov@securitycode.ru \
--cc=matvejchikov@gmail.com \
--cc=netdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).