All of lore.kernel.org
 help / color / mirror / Atom feed
From: Molaei <zohrehmolaei@gmail.com>
To: netdev@vger.kernel.org
Subject: Problem with vlan bridge
Date: Thu, 30 May 2013 06:40:41 +0000 (UTC)	[thread overview]
Message-ID: <loom.20130530T080452-121@post.gmane.org> (raw)

i have fedora 19 with kernel 3.9 and want to use iproute for adding vlan
bridge. i do this configuration but vlan bridge not work.

ip link add dev br type bridge
ip link set dev br up
ip link add link eth0 name eth0.20 type vlan id 20
ip link set dev eth0.20 up
ip link add link eth1 name eth1.30 type vlan id 30
ip link set dev eth1.30 up

bridge vlan add dev eth0.20 vid 20 
bridge vlan add dev eth1.30 vid 30 

when i sen broadcast message from systemtha connected to eth0, systam
connected to eth1 get broadcast message with vid 200.

please help me
thanks

             reply	other threads:[~2013-05-30  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30  6:40 Molaei [this message]
2013-06-01  7:02 ` Problem with vlan bridge kermani
2013-06-10  2:23   ` Cong Wang

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=loom.20130530T080452-121@post.gmane.org \
    --to=zohrehmolaei@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 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.