I'm using the following configuration:

bw :: BandwidthMeter(20kBps);

RatedSource(\<0800>, 1000)
 -> bw
 -> Print() 
 -> Discard();

bw[1] -> Discard;

But when I launch click I get the following messages:

/home/hamvil/src/wing/click-packages/aggregator/averageload.click:4: While 
configuring 'bw :: BandwidthMeter':
  need 0 arguments, one less than the number of output ports
/home/hamvil/src/wing/click-packages/aggregator/averageload.click:4: 'bw :: 
BandwidthMeter' has no output 1
/home/hamvil/src/wing/click-packages/aggregator/averageload.click:12: '[EMAIL 
PROTECTED] :: Discard' input 0 unused
Router could not be initialized!

What am I doing wrong?

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

Reply via email to