On 12/07/2010 06:11 PM, Sunjeet Singh wrote: > FromDevice(eth4, PROMISC true) -> Print -> > StoreEtherAddress(is:an:on:ym:iz:ed, OFFSET dst) -> ToDevice(eth0, BURST > 8);
You need a Queue in there. FromDevice(eth4, PROMISC true) -> Print -> StoreEtherAddress(is:an:on:ym:iz:ed, OFFSET dst) -> Queue -> ToDevice(eth0, BURST 8); > > - Should accept packet from eth4, print on terminal, modify MAC address > of destination, send out through eth0? > - Gives me: > â push output 0 connected to â pull input 0 > Router could not be initialized! > Where am I wrong? > > Thanks, > Sunjeet _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
