* [Bridge] Re: [ethernet bridge] 802.1G ampliation
[not found] <20031028112416.GA32122@prolix.local.igalia.com>
@ 2003-11-12 21:18 ` Stephen Hemminger
2003-11-12 23:49 ` [Bridge] Bridge that do MSS CLAMP David GLAUDE
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-11-12 21:18 UTC (permalink / raw)
To: José J. González Alonso; +Cc: bridge
On Tue, 28 Oct 2003 12:24:16 +0100
José J. González Alonso <jjgonzalez@igalia.com> wrote:
> Hi!
>
> I am very interested in your project. Concretely, I am interested in the
> possibility of extending your implementation so that it fulfills the
> specifications of 802.1G. I read this specifications and they seem
> "simple" extensions of 802.1D standard.
>
> what do you think about?
> would be it very hard?
> Is there any documentation of your code?
> (to read the code directly is being a little tedious)
>
> Regards,
> José J. González Alonso
>
There have been several discussions about this, but very little in concrete work.
The bridge mailing list might have others that have done something.
A long term goal is to move all the discovery and spanning tree out of the kernel
and into a user space process. This user space process would use netlink to
see interface state changes and as API to the bridge driver. Also a new implementation
in user space could use the standard LLC interface to read bridge spanning tree traffic.
Unfortunately, I don't have a lot of time to dedicate to new feature work right now,
especially when 2.6 is trying to get released.
^ permalink raw reply [flat|nested] 2+ messages in thread* [Bridge] Bridge that do MSS CLAMP
2003-11-12 21:18 ` [Bridge] Re: [ethernet bridge] 802.1G ampliation Stephen Hemminger
@ 2003-11-12 23:49 ` David GLAUDE
0 siblings, 0 replies; 2+ messages in thread
From: David GLAUDE @ 2003-11-12 23:49 UTC (permalink / raw)
To: bridge
In order to transparently help packet go inside a vpn/tunnel without
having to solve the security problem of permiting ICMP packet getting
accross a firewal...
I would like to use "clamp-mss-to-pmtu" inside a bridge (firewall bridge).
It would bridge every traffic, but alter the Maximum Segment of TCP
connection.
Before attempting this, could anybody give us a hint on the possibility
for this to work... Was this attempted before (or should I ask for a
"software patent" on this) :-)
It sound a little bit like what a "Packet Shaper"TM does by altering
windows size computation.
David GLAUDE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-11-12 23:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20031028112416.GA32122@prolix.local.igalia.com>
2003-11-12 21:18 ` [Bridge] Re: [ethernet bridge] 802.1G ampliation Stephen Hemminger
2003-11-12 23:49 ` [Bridge] Bridge that do MSS CLAMP David GLAUDE
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.