"Daniel T. Lee" <danieltim...@gmail.com> writes: > Currently, each xdp samples are inconsistent in the use. > Most of the samples fetch the interface with it's name. > (ex. xdp1, xdp2skb, xdp_redirect, xdp_sample_pkts, etc.)
The xdp_redirect and xdp_redirect_map also only accept ifindexes, not interface names. Care to fix those while you're at it? :) -Toke