From: Shmulik Hen <shmulik.hen@intel.com>
To: bonding-devel@lists.sourceforge.net, netdev@oss.sgi.com
Cc: amir.noam@intel.com, shmulik.hen@intel.com,
tsippy.mendelson@intel.com, naom.marom@intel.com
Subject: Problems using bonding with vlan
Date: Mon, 15 Sep 2003 16:42:05 +0300 [thread overview]
Message-ID: <200309151632.59915.shmulik.hen@intel.com> (raw)
Hi,
Consider the following scenario:
# insmod <some-base-driver>
# insmod 8021q
# insmod bonding mode=X miimon=Y
# vconfig add bond0 10
# ifenslave bond0 eth0 eth1 ...
# ifconfig bond0.10 a.b.c.d
Now try to run ping - no traffic. Arp tables on all clients show that
the server has hardware address 00:00:00:00:00:00 !
The only way for it to work is:
# ifenslave bond0 eth0 eth1 ...
# vconfig add bond0 10
# ifconfig bond0.10 a.b.c.d
But that's probably not the way things happen during boot via the
network scripts.
I think we should add to the 8021q module the ability to listen to
netdev events and to set it's hardware address whenever the
underlying device changes it own, instead of just during the VLAN
interface creation.
Comments ?
--
| Shmulik Hen Advanced Network Services |
| Israel Design Center, Jerusalem |
| LAN Access Division, Platform Networking |
| Intel Communications Group, Intel corp. |
next reply other threads:[~2003-09-15 13:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-15 13:42 Shmulik Hen [this message]
2003-09-15 16:58 ` Problems using bonding with vlan Ben Greear
-- strict thread matches above, loose matches on Subject: below --
2003-09-15 14:18 Mendelson, Tsippy
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=200309151632.59915.shmulik.hen@intel.com \
--to=shmulik.hen@intel.com \
--cc=amir.noam@intel.com \
--cc=bonding-devel@lists.sourceforge.net \
--cc=naom.marom@intel.com \
--cc=netdev@oss.sgi.com \
--cc=tsippy.mendelson@intel.com \
/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).