From: Bart De Schuymer <bdschuym@pandora.be>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "David S.Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Cc: Ben Greear <greearb@candelatech.com>
Cc: bridge <bridge@osdl.org>
Cc: vlan@wanfear.com
Subject: Re: [PATCH/RFC] Let {ip,arp}tables "see" bridged VLAN tagged {I,AR}P packets
Date: Mon, 6 Oct 2003 22:55:38 +0200 [thread overview]
Message-ID: <200310062255.38789.bdschuym@pandora.be> (raw)
In-Reply-To: <20031006131916.6a7ba5c0.shemminger@osdl.org>
On Monday 06 October 2003 22:19, Stephen Hemminger wrote:
> I can test the no VLAN case, but actual VLAN's are a little harder to
> setup.
Setting up vlan's is easy:
brctl addbr br0
brctl addif br0 eth0
ifconfig br0 $address
vconfig add br0 1000
ifconfig br0.1000 $address
> How does this affect the ability to rmmod either vlan or bridge?
Well, when br0.1000 exists and you then rmmod the bridge, it doesn't work. The
way to do it is rmmod 8021q;rmmod bridge. I came across this issue, but I
assumed it was not my fault. I thought the problem would exist without my
code too, but I'm not sure if I checked. What also doesn't work is rmmod
bridge followed by rmmod 8021q on a different console. I now just realize
this is probably because the bridge depends on 8021q and we thus get a
deadlock.
I think the right solution to this problem is, when rmmod bridge happens, it
removes any tagged bridge devices first.
cheers,
Bart
_______________________________________________
VLAN mailing list - VLAN@wanfear.com
http://www.WANfear.com/mailman/listinfo/vlan
VLAN Page: http://scry.wanfear.com/~greear/vlan.html
next prev parent reply other threads:[~2003-10-06 20:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-06 20:04 [PATCH/RFC] Let {ip,arp}tables "see" bridged VLAN tagged {I,AR}P packets Bart De Schuymer
2003-10-06 20:19 ` Stephen Hemminger
2003-10-06 20:55 ` Bart De Schuymer [this message]
2003-10-06 20:24 ` Ben Greear
2003-10-06 20:58 ` [Bridge] Re: [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets Bart De Schuymer
2003-10-07 15:06 ` [PATCH/RFC] Let {ip,arp}tables "see" bridged VLAN tagged {I,AR}P packets David S. Miller
2003-10-07 19:12 ` [Bridge] Re: [PATCH/RFC] Let {ip, arp}tables " Bart De Schuymer
2003-10-07 19:12 ` David S. Miller
2003-10-07 20:22 ` [Bridge] Re: [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets Stephen Hemminger
2003-10-07 15:52 ` [PATCH/RFC] Let {ip,arp}tables "see" bridged VLAN tagged {I,AR}P packets Stephen Hemminger
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=200310062255.38789.bdschuym@pandora.be \
--to=bdschuym@pandora.be \
--cc=davem@redhat.com \
--cc=shemminger@osdl.org \
--cc=vlan@wanfear.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).