RE: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Yevmenkin, Maksim N, CSCIO
[...] > > This is good in theory, however the intel 82586 ethernet chip > > (and 596 in 586 mode) will overwrite anything you put there anyhow > > as it treats the header specially and fabricates it. > > (unless you are running in some mode that is not usually used). > > I don't know how many ot

Re: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Archie Cobbs
Julian Elischer writes: > > here is url: http://home.earthlink.net/~evmax/ng.tar.gz > > > > these are final patches for NETGRAPH. > > new features: > > - new hook ``divertin'' allows to put frame back to > > kernel stack. > > - new control message allows to set raw mode on > > ``divert'' hook. ra

Re: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Garrett Wollman
< said: > can you clarify this ? Looong ago i used the '586 on a bridge and it did let > me write the MAC header... The 82586 has a mode bit which selects one of two possibilities: 1) The transmit command specifies the destination address and length/ethertype field; the source address is insert

Re: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Julian Elischer writes: >> these are final patches for NETGRAPH. >> new features: >> - new hook ``divertin'' allows to put frame back to >> kernel stack. >> - new control message allows to set raw mode on >> ``divert'' hook. raw mode assumes that we have >> fully p

Re: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Luigi Rizzo
> This is good in theory, however the intel 82586 ethernet chip > (and 596 in 586 mode) will overwrite anything you put there anyhow > as it treats the header specially and fabricates it. > (unless you are running in some mode that is not usually used). can you clarify this ? Looong ago i used th

Re: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Julian Elischer
Yevmenkin, Maksim N, CSCIO wrote: > > hello all, > > here is url: http://home.earthlink.net/~evmax/ng.tar.gz > > these are final patches for NETGRAPH. > new features: > - new hook ``divertin'' allows to put frame back to > kernel stack. > - new control message allows to set raw mode on > ``dive