Allow users to specify the order in which BPF programs are attached to a given hook. Limit ordering to bpfilter-generated programs (do not order bpfilter programs between TC programs).
This task would require a clear scope and design:
- What BPF program type supports ordering?
- How to deal with program types that don't support ordering?
- How to handle XDP?
Allow users to specify the order in which BPF programs are attached to a given hook. Limit ordering to bpfilter-generated programs (do not order bpfilter programs between TC programs).
This task would require a clear scope and design: