diff --git a/net/sched/act_sample.c b/net/sched/act_sample.c index 98635311a5a0b73b31432fa91a6a5578b7fef0eb..ea0738ceb5bb84de228ffede01f654c005591d14 100644 --- a/net/sched/act_sample.c +++ b/net/sched/act_sample.c @@ -134,6 +134,7 @@ static bool tcf_sample_dev_ok_push(struct net_device *dev) case ARPHRD_TUNNEL6: case ARPHRD_SIT: case ARPHRD_IPGRE: + case ARPHRD_IP6GRE: case ARPHRD_VOID: case ARPHRD_NONE: return false;