Skip to content

Commit

Permalink
iproute2: NSS fixup for 6.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Khan <[email protected]>
(cherry picked from commit c4781eb)
  • Loading branch information
qosmio committed Oct 7, 2024
1 parent 4cc7732 commit ae1a975
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
+ * print_nss_mirred()
+ * Print information related to nssmirred action.
+ */
+static int print_nss_mirred(const struct action_util *au, FILE * f, struct rtattr *arg)
+static int print_nss_mirred(const struct action_util *au, FILE *f, struct rtattr *arg)
+{
+ struct tc_nss_mirred *p;
+ struct rtattr *tb[TCA_NSS_MIRRED_MAX + 1];
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ae1a975

Please sign in to comment.