Hi,

What is wish to do is
There are four interfaces here

PC1---------------------| br0 |if0-------------------if2| br1 | ----------------------PC2 | |if1------------------- if3| |


br0 and br1- are two transperent bridges on separate devices.
if0 and if1 are two physical interfaces(ports) attached to each of the bridges on either side.

What i intend to do is to redirect all traffic coming towards br0 from PC1 through interface/port if1, even if the source mac is learnt through if0 and the same on the other bridge br1 on the other device. Similarly, any traffic coming from PC2 has to go through if2 instead of if3 before it enters br0. So in all, what i want to do is make the link from br0 to br1 full duplex if the physical links are half-duplex.

Regards,
Munro.





[EMAIL PROTECTED] wrote:

Send Bridge mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osdl.org/mailman/listinfo/bridge
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bridge digest..."


Today's Topics:

  1. Possibility of  copying over fdb entries.  (munro)
  2. Re: Possibility of  copying over fdb entries. (Stephen Hemminger)


----------------------------------------------------------------------

Message: 1
Date: Tue, 28 Jun 2005 14:40:34 +0800
From: munro <[EMAIL PROTECTED]>
Subject: [Bridge] Possibility of copying over fdb entries. To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed



Hi, all,

I wish to copy over fdb(forwarding database entries) learnt over from one interface onto as they are from another interface.

Like for eg :
brctl showmacs br0
port no mac addr                is local?       ageing timer
 1     00:30:1a:01:6f:e4       no                 0.46
 1     00:30:1a:1c:3d:b7       yes                0.00
 2     00:30:1a:1c:3d:b8       yes                0.00

Instead of the above in line 1 if i wish to forcefully add mac " 00:30:1a:01:6f:e4 " from port 2 instated of port 1.


Do i need to create a separate ioctl for it from the brctl to the kernel code or is thier some provision for doing it.


Regards,
Munro.


------------------------------

Message: 2
Date: Tue, 28 Jun 2005 09:48:40 -0700
From: Stephen Hemminger <[EMAIL PROTECTED]>
Subject: Re: [Bridge] Possibility of  copying over fdb entries.
To: munro <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII

On Tue, 28 Jun 2005 14:40:34 +0800
munro <[EMAIL PROTECTED]> wrote:

Hi, all,

I wish to copy over fdb(forwarding database entries) learnt over from one interface onto as they are from another interface.

Like for eg :
brctl showmacs br0
port no mac addr                is local?       ageing timer
 1     00:30:1a:01:6f:e4       no                 0.46
 1     00:30:1a:1c:3d:b7       yes                0.00
 2     00:30:1a:1c:3d:b8       yes                0.00

Instead of the above in line 1 if i wish to forcefully add mac " 00:30:1a:01:6f:e4 " from port 2 instated of port 1.

Why? What reason.

Do i need to create a separate ioctl for it from the brctl to the kernel code or is thier some provision for doing it.

Since all enhancements can be 2.6 only,
I would prefer a sysfs interface to an ioctl to do this.
You can add a store/write interface to /sys/class/net/brX/bridge/brforward
file.  The creative part is figuring out what the semantics should
be and getting the locking right.

------------------------------

_______________________________________________
Bridge mailing list
[email protected]
http://lists.osdl.org/mailman/listinfo/bridge


End of Bridge Digest, Vol 22, Issue 13
**************************************
------------------------------------------------------------------------

Spam detection software, running on the system "fire-1.osdl.org", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Send Bridge mailing list submissions to
 [email protected] To subscribe or unsubscribe via the World Wide
 Web, visit http://lists.osdl.org/mailman/listinfo/bridge or, via email,
 send a message with subject or body 'help' to
[EMAIL PROTECTED] [...]
Content analysis details:   (6.3 points, 5.0 required)

pts rule name              description
---- ---------------------- --------------------------------------------------
1.5 DATE_MISSING           Missing Date: header
1.1 NO_REAL_NAME           From: does not include a real name
3.7 MSGID_FROM_MTA_SHORT   Message-Id was added by a relay




_______________________________________________
Bridge mailing list
[email protected]
http://lists.osdl.org/mailman/listinfo/bridge

Reply via email to