aboutsummaryrefslogblamecommitdiff
path: root/tools/tools/netmap/click-test.cfg
blob: fc5759f88b1e37b53cabaaf73aa4156ce84d1ff4 (plain) (tree)


















                                                   
//
// $FreeBSD$
//
// A sample test configuration for click
//
//
// create a switch

myswitch :: EtherSwitch;

// two input devices

c0 :: FromDevice(ix0, PROMISC true);
c1 :: FromDevice(ix1, PROMISC true);

// and now pass packets around

c0[0] -> [0]sw[0] -> Queue(10000) -> ToDevice(ix0);
c1[0] -> [1]sw[1] -> Queue(10000) -> ToDevice(ix1);