aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_team.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2012-06-19 05:54:16 +0000
committerDavid S. Miller <davem@davemloft.net>2012-06-19 15:00:24 -0700
commit4bccfd17e1f77593e99d5321c48c704a0a43ab68 (patch)
tree3ee54ed3435e9eb57963c71f561b2977466a4733 /include/linux/if_team.h
parentteam: pass NULL to __team_option_inst_add() instead of 0 (diff)
downloadlinux-dev-4bccfd17e1f77593e99d5321c48c704a0a43ab68.tar.xz
linux-dev-4bccfd17e1f77593e99d5321c48c704a0a43ab68.zip
team: add port_[enabled/disabled] mode callbacks
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_team.h')
-rw-r--r--include/linux/if_team.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_team.h b/include/linux/if_team.h
index 2f2972535cc0..c1938869191f 100644
--- a/include/linux/if_team.h
+++ b/include/linux/if_team.h
@@ -74,6 +74,8 @@ struct team_mode_ops {
int (*port_enter)(struct team *team, struct team_port *port);
void (*port_leave)(struct team *team, struct team_port *port);
void (*port_change_mac)(struct team *team, struct team_port *port);
+ void (*port_enabled)(struct team *team, struct team_port *port);
+ void (*port_disabled)(struct team *team, struct team_port *port);
};
enum team_option_type {