]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/switchdev.h
switchdev: pass pointer to fib_info instead of copy
[karo-tx-linux.git] / include / net / switchdev.h
index 1d22ce9f352e2e7610095c4b1774164aa6af4516..31d0e51438486e10e5634a71b5bdadbe142c69e7 100644 (file)
@@ -88,7 +88,7 @@ struct switchdev_obj_ipv4_fib {
        struct switchdev_obj obj;
        u32 dst;
        int dst_len;
-       struct fib_info fi;
+       struct fib_info *fi;
        u8 tos;
        u8 type;
        u32 nlflags;