diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
commit | 1cefc35122bcf1e78162ba0a2d78357ceabf97b0 (patch) | |
tree | a6978b57768e45ecbbd689911f3e4b47ee507531 /tc/f_matchall.c | |
parent | Adding debian version 6.8.0-1. (diff) | |
download | iproute2-1cefc35122bcf1e78162ba0a2d78357ceabf97b0.tar.xz iproute2-1cefc35122bcf1e78162ba0a2d78357ceabf97b0.zip |
Merging upstream version 6.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tc/f_matchall.c')
-rw-r--r-- | tc/f_matchall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tc/f_matchall.c b/tc/f_matchall.c index 38b68d7..e595ac3 100644 --- a/tc/f_matchall.c +++ b/tc/f_matchall.c @@ -31,7 +31,7 @@ static void explain(void) "NOTE: CLASSID is parsed as hexadecimal input.\n"); } -static int matchall_parse_opt(struct filter_util *qu, char *handle, +static int matchall_parse_opt(const struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n) { struct tcmsg *t = NLMSG_DATA(n); @@ -107,7 +107,7 @@ static int matchall_parse_opt(struct filter_util *qu, char *handle, return 0; } -static int matchall_print_opt(struct filter_util *qu, FILE *f, +static int matchall_print_opt(const struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) { struct rtattr *tb[TCA_MATCHALL_MAX+1]; |