mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 20:21:05 +00:00
iproute2: NSS fixup for 6.11.0
Signed-off-by: Sean Khan <datapronix@protonmail.com> (cherry picked from commit c4781eb3c1145282bc099ec2981cbaf66f3e455c)
This commit is contained in:
parent
6590c095a7
commit
7feb6e4d7c
@ -176,7 +176,7 @@
|
||||
+ if (show_stats) {
|
||||
+ if (tb[TCA_NSS_MIRRED_TM]) {
|
||||
+ struct tcf_t *tm = RTA_DATA(tb[TCA_NSS_MIRRED_TM]);
|
||||
+ print_tm(f,tm);
|
||||
+ print_tm(tm);
|
||||
+ }
|
||||
+ }
|
||||
+ return 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user