Hi,

I have a problem with click on an Intel ixp4xx platform (arm).

This is the script I'm using:

FromDevice(moni0)->AthdescDecap()->WifiDecap()->Classifier(12/06??)->Print()->Discard();

If I run click-align on that script i get the following output:

# 1 "<stdin>"
fromdev...@1 :: FromDevice(moni0);
# 1 "<stdin>"
athdescde...@2 :: AthdescDecap;
# 1 "<stdin>"
wifide...@3 :: WifiDecap;
# 1 "<stdin>"
classif...@4 :: Classifier(12/06??);
# 1 "<stdin>"
pr...@5 :: Print;
# 1 "<stdin>"
disc...@6 :: Discard;
# 0 "<click-align>"
alignmenti...@click_align@7 :: AlignmentInfo(classif...@4  4 2);
# 16 ""
fromdev...@1 -> athdescde...@2
     -> wifide...@3
     -> classif...@4
     -> pr...@5
     -> disc...@6;

However the alignment info is wrong, it should be 
AlignmentInfo(classif...@4  4 0). In fact
if I edit the click-align output manually the router works fine.

R.


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

Reply via email to