diff options
Diffstat (limited to 'net/sched/cls_api.c')
| -rw-r--r-- | net/sched/cls_api.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 340d5af86e87..40fbea626dfd 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -3662,6 +3662,9 @@ int tc_setup_flow_action(struct flow_action *flow_action,  			entry->police.burst = tcf_police_burst(act);  			entry->police.rate_bytes_ps =  				tcf_police_rate_bytes_ps(act); +			entry->police.burst_pkt = tcf_police_burst_pkt(act); +			entry->police.rate_pkt_ps = +				tcf_police_rate_pkt_ps(act);  			entry->police.mtu = tcf_police_tcfp_mtu(act);  			entry->police.index = act->tcfa_index;  		} else if (is_tcf_ct(act)) {  |