]> Pileus Git - ~andy/linux/blobdiff - include/linux/if_team.h
team: allow userspace to take control over carrier
[~andy/linux] / include / linux / if_team.h
index 0245def2aa9394a8c2fd2dcd70ada65d07e78de4..4648d802124402118f7b9762fe0e92e128fa45b9 100644 (file)
@@ -186,6 +186,7 @@ struct team {
 
        const struct team_mode *mode;
        struct team_mode_ops ops;
+       bool user_carrier_enabled;
        bool queue_override_enabled;
        struct list_head *qom_lists; /* array of queue override mapping lists */
        long mode_priv[TEAM_MODE_PRIV_LONGS];