Skip to content

Commit ec8c360

Browse files
committed
Merge branch 'fib-rules-extack-support'
Roopa Prabhu says: ==================== fib rules extack support First patch refactors code to move fib rule netlink handling into a common function. This became obvious when adding duplicate extack msgs in add and del paths. Second patch adds extack msgs. v2 - Dropped the ip route get support and selftests from the series to look at the input path some more (as pointed out by ido). Will come back to that next week when i have some time. resending just the extack part for now. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
2 parents a56e6bc + b16fb41 commit ec8c360

File tree

7 files changed

+245
-256
lines changed

7 files changed

+245
-256
lines changed

include/net/fib_rules.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ struct fib_rules_ops {
7575
int (*configure)(struct fib_rule *,
7676
struct sk_buff *,
7777
struct fib_rule_hdr *,
78-
struct nlattr **);
78+
struct nlattr **,
79+
struct netlink_ext_ack *);
7980
int (*delete)(struct fib_rule *);
8081
int (*compare)(struct fib_rule *,
8182
struct fib_rule_hdr *,

0 commit comments

Comments
 (0)