Re: Getting packets MAC source address in if_ethersubr.c

2008-10-06 Thread Gleb Kurtsou
On (06/10/2008 14:04), Julian Elischer wrote: > Ryan French wrote: > > Hi All, > > > > For my implementation of MPLS I have just about run out of time for my > > dissertation so at the moment I am trying to create fake routing table > > entries e.t.c. rather than doing this properly (I will be d

Re: Getting packets MAC source address in if_ethersubr.c

2008-10-05 Thread Julian Elischer
Ryan French wrote: Hi All, For my implementation of MPLS I have just about run out of time for my dissertation so at the moment I am trying to create fake routing table entries e.t.c. rather than doing this properly (I will be doing this once uni is finished and I have more free time to work

Re: Getting packets MAC source address in if_ethersubr.c

2008-10-05 Thread Eygene Ryabinkin
Ryan, good day. Mon, Oct 06, 2008 at 05:30:23PM +1300, Ryan French wrote: > I now have receiving, > decoding and sending of packets working, except for one small problem. When I > send a packet back out the MAC address is wrong. I am looking for a way in > the ether_output function in if_ethers

Getting packets MAC source address in if_ethersubr.c

2008-10-05 Thread Ryan French
Hi All, For my implementation of MPLS I have just about run out of time for my dissertation so at the moment I am trying to create fake routing table entries e.t.c. rather than doing this properly (I will be doing this once uni is finished and I have more free time to work on it). I now have re