linux 2.4.20 kernel assertion failure config

Douglas S. J. De Couto decouto at lcs.mit.edu
Wed Feb 5 10:17:16 EST 2003



arp_demux :: Classifier(12/0806 20/0001, // arp queries
			12/0800);        // IP packets

to_host :: ToHost(grid0);

from_host :: FromHost(grid0, 18.26.7.6/255.255.255.0) 
	  -> arp_demux 
	  -> ARPResponder(0.0.0.0/0 1:1:1:1:1:1) 
	  -> to_host;

arp_demux [1] 
	  -> Unstrip(3) 
	  -> Discard;

----

Run this config in kernel click; try to ping 18.2.6.7.1, for example.
When the arg to Unstrip is 2, no errors; When the arg to Unstrip is 3,
a expensive push is incurred, and the kernel prints an error when ping
quits.

d


-- 
Douglas S. J. De Couto    decouto at lcs.mit.edu




More information about the click mailing list