Ethernet Bridge development
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Joakim Tjernlund <joakim.tjernlund@transmode.se>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] IP address on physcial interface instead of bridge interface?
Date: Sun, 28 Mar 2010 09:03:21 -0700	[thread overview]
Message-ID: <20100328090321.18fa1feb@nehalam> (raw)
In-Reply-To: <OF2C424739.513900E3-ONC12576F4.00534676-C12576F4.0054282D@transmode.se>

On Sun, 28 Mar 2010 17:19:13 +0200
Joakim Tjernlund <joakim.tjernlund@transmode.se> wrote:

> Nicolas de Pesloüan <nicolas.2p.debian@free.fr> wrote on 2010/03/26 22:35:40:
> >
> > Joakim Tjernlund a écrit :
> > >
> > > Nicolas de Pesloüan <nicolas.2p.debian@free.fr> wrote on 2010/03/26 21:39:33:
> > >
> > >> From: Nicolas de Pesloüan <nicolas.2p.debian@free.fr>
> > >> To: Joakim Tjernlund <joakim.tjernlund@transmode.se>
> > >> Cc: bridge@lists.linux-foundation.org
> > >> Date: 2010/03/26 21:39
> > >> Subject: Re: [Bridge] IP address on physcial interface instead of bridge interface?
> > >>
> > >> Joakim Tjernlund wrote:
> > >>
> > >>> Figure a small picture will help so here it is:
> > >>>
> > >>> Before adding eth0 to br0:
> > >>> eth0    br0
> > >>>  |
> > >>>  |
> > >>> HW controller
> > >>>
> > >>> after adding eth0 to br0:
> > >>> eth0
> > >>>   \
> > >>>    \
> > >>>      br0
> > >>>    /
> > >>>   /
> > >>> HW controller
> > >> I don't understand your ascii art. What is HW controller ? eth0 is an hardware
> > >> controller !?
> > >>
> > >>    Nicolas.
> > >
> > > eth0 is the I/F IP stack will see/use. HW controller is the ethernet HW controller,
> > > the PCI HW if you like.
> >
> > I tested the following setup:
> >
> > # eth0 setup:
> >
> > ip addr add $IP dev eth0
> > ip link set up dev eth0
> > ip route add default via $DEF_ROUTE
> >
> > # bridge setup:
> >
> > brctl addbr br0
> > brctl setfd br0 0
> >
> > Then I tested the following migration sequence to move the IP addresse to br0:
> >
> > ip addr add $IP dev br0
> > ip link set up dev br0
> >
> > brctl addif br0 eth0
> > ip addr del $IP dev eth0
> > ip route add default via $DEF_ROUTE
> >
> > Thanks to "brctl setfd br0 0", this migration cause no trouble to active connections.
> >
> > So I cannot find a good reason to try and use eth0 as the "main" bridge interface.
> >
> > Do you have a process really linked to eth0 ?
> 
> So I did a quick test and it did seem to work for the simple case. However
> there may be other routes connected to eth0 than just the default route so
> one have to scan the whole route table. There is also the another problem,
> now the I/F is named br0 and all config/status ops related to eth0 must
> be changed to use br0 instead.
> The routing daemon(Quagga) also needs to update its config to use br0 instead.
> All in all, using br0 instead of eth0 works on a technical level but
> all apps dealing with routes and interfaces needs to be updated and this
> is not trivial nor wanted.
> 
> Allowing eth0 be used as I suggested would really help in these
> configurations. Would such a change be welcomed and is it
> hard to impl. ?

The bridge code is becoming a mess as everyone implements there favorite
rework. I prefer to have custom modifications handled by netfilter (the all purpose
packet patch kit). 

I am considering some patches to allow a "master interface" but this solves a different
issue, which relates to booting in virtual environments.

You can always rename interfaces.

ip li set dev eth0 name eth0_link
ip li set dev br0 name eth0




-- 

  reply	other threads:[~2010-03-28 16:03 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-25 16:42 [Bridge] IP address on physcial interface instead of bridge interface? Joakim Tjernlund
2010-03-25 17:03 ` richardvoigt
2010-03-25 20:24   ` Joakim Tjernlund
2010-03-25 21:03     ` Nicolas de Pesloüan
2010-03-26  7:44       ` Joakim Tjernlund
2010-03-26  8:55         ` Bart De Schuymer
2010-03-26  7:55       ` Joakim Tjernlund
2010-03-26 20:39         ` Nicolas de Pesloüan
2010-03-26 20:48           ` Joakim Tjernlund
2010-03-26 21:35             ` Nicolas de Pesloüan
2010-03-27 10:42               ` Joakim Tjernlund
2010-03-28 15:19               ` Joakim Tjernlund
2010-03-28 16:03                 ` Stephen Hemminger [this message]
2010-03-28 16:19                   ` Joakim Tjernlund
2010-03-26 21:42             ` richardvoigt
2010-03-27 10:50               ` Joakim Tjernlund
2010-03-28  3:17                 ` Stephen Hemminger
2010-03-28  9:53                   ` Joakim Tjernlund
2010-03-28 12:48                   ` Bart De Schuymer
2010-03-28 18:27                     ` Joakim Tjernlund
     [not found]                     ` <OFDC6DBFAF.3C46B16B-ONC12576F4.00654457-C12576F4.00655D53@LocalDomain>
2010-03-28 19:04                       ` Joakim Tjernlund
     [not found]                       ` <OF59D1A758.6E7DFF8C-ONC12576F4.0068613D-C12576F4.0068C11D@LocalDomain>
     [not found]                         ` <OF66063C34.9F68251B-ONC12576F5.0025FFA1-C12576F <4BB05AE7.10905@pandora.be>
     [not found]                           ` <OF35408968.E095E27C-ONC12576F5. <4BB06A0E.9000705@pandora.be>
2010-03-29  6:57                         ` Joakim Tjernlund
2010-03-29  7:46                           ` Bart De Schuymer
2010-03-29  8:34                             ` Joakim Tjernlund
2010-03-29  8:51                               ` Bart De Schuymer
2010-03-29  8:59                                 ` Joakim Tjernlund
2010-03-29  9:31                                   ` Bart De Schuymer
2010-03-29  9:48                                     ` Joakim Tjernlund

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=20100328090321.18fa1feb@nehalam \
    --to=shemminger@linux-foundation.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=joakim.tjernlund@transmode.se \
    /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