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:
Sean Khan 2024-10-05 16:19:34 -04:00
parent 6590c095a7
commit 7feb6e4d7c

View File

@ -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;