Location: mac_sched.c Type: T Priority: 1 Comment: To what extent is header stacking in IPv6 being supported by Crossbow? The only one I see supported is IPPROTO_HOPOPTS. Of immediate concern is that this leaves out IPPROTO_FRAGMENT, IPPROTO_ROUTING and IPPROTO_DSTOPTS. Is further handling of IPv6 part of the plan for further work on Crossbow? (The exclusion of IPPROTO_FRAGMENT would appear to be the most pressing one.)
Location: mac_sched.c, mac_flow.c Type: T Priority: 3 Comment: In mac_sched.c we examine the header and say 'type=OTH' for fragments. How is this knowledge transferred through to the flow classification in mac_flow.c?
