diff options
author | 2020-05-04 14:18:44 +0200 | |
---|---|---|
committer | 2020-05-04 10:54:39 -0700 | |
commit | ad6c111b8ae760114df6765d5a5ed1b09020d45d (patch) | |
tree | 4bd3b0f0a06b68157a84760d83217275c0fd0fcf /drivers | |
parent | net/smc: assign link to a new connection (diff) | |
download | wireguard-linux-ad6c111b8ae760114df6765d5a5ed1b09020d45d.tar.xz wireguard-linux-ad6c111b8ae760114df6765d5a5ed1b09020d45d.zip |
net/smc: asymmetric link tagging
New connections must not be assigned to asymmetric links. Add asymmetric
link tagging using new link variable link_is_asym. The new helpers
smcr_lgr_set_type() and smcr_lgr_set_type_asym() are called to set the
state of the link group, and tag all links accordingly.
smcr_lgr_conn_assign_link() respects the link tagging and will not
assign new connections to links tagged as asymmetric link.
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions