Displaying 1 result from an estimated 1 matches for "protu32".
Did you mean:
priu32
2002 Sep 13
0
tcng version 8w
...s #defined (tcc -D... or tcsim -Xc,-D...),
ip_hdr and ip6_hdr check the protocol number
- if_u32 generates distinct classifier branches for each protocol
- f_fw, f_tcindex, and f_u32 now default to ETH_P_ALL instead of
ETH_P_IP
The latter change affects how u32 classification works !
tests/protu32 illustrates how protocol-aware classification
is used.
What''s missing:
- C and tcc-ext-match need to support meta_protocol too
- if_u32 does a few ugly things, and can also generate redundant
filter stubs
- remove USE_META_PROTOCOL :-)
The next version will make meta data classifi...