Venkataramana Badarla wrote:
> Hi:
> 
> I just started working with Click router. I was trying ARPFraker, the
> same example given in man page.
> 
> ARPFaker(10.220.10.198,00:1D:09:95:C7:6A,10.220.3.254,00:13:72:50:32:D5)
> -> ToDevice(eth0); But getting the error
> 
> ‘arpfa...@1 :: ARPFaker’ push output 0 connected to ‘todev...@2 ::
> ToDevice’ pull input 0
> Router could not be initialized!

  ARPFaker(10.220.10.198 00:1D:09:95:C7:6A,
           10.220.3.254  00:13:72:50:32:D5)
  -> Queue
  -> ToDevice(eth0);

You need a queue before the ToDevice.  Also, the IP/MAC pairs must be 
separated by a comma and not a space.

Roman
> 
> How to rectify this problem
> 
> Regards
> Ram
> 
> _______________________________________________
> click mailing list
> [email protected]
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
> 

_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to