[Click] empty file

Eddie Kohler kohler at cs.ucla.edu
Thu Oct 19 12:58:00 EDT 2006


Control-Z doesn't exit Click, it pauses Click.  The TCPCollector file is only 
guaranteed to be written out on exit (Control-C).

Eddie


Enrico wrote:
> Hi Eddie, 
> 
> this is my configuration:
> 
> a :: AggregateIPFlows
> 
> require(models);
> d::FromDevice(eth0)-> Strip(14)-> CheckIPHeader(BADSRC 18.26.4.255
> 2.255.255.255 1.255.255.255)
> -> IPClassifier(tcp)-> a -> TCPCollector(tcpinfo.xml)
> -> Discard;
> 
> A lot of packets is arrived from device eth0 while my configuration was
> running...then i type ctrl+z and click is stopped. 
> In the click file folder there is tcpinfo.xml but is locked and empty..
> ToDump and FromDump work now ... but TCPCollector no..
> How can i view a xml file and how can i view TCPCollector's information?
> 


More information about the click mailing list