diff options
author | Taehee Yoo <ap420073@gmail.com> | 2021-07-05 15:38:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 14:35:33 +0200 |
commit | b3bd1f5e503716e09610e49bdccc36ed9356d27c (patch) | |
tree | ad2610af61b4b86d4daa15b48a16a4846ecd2135 /include/net | |
parent | 43511a6a164acbf0d466c175e8e117039df7465c (diff) | |
download | linux-stable-b3bd1f5e503716e09610e49bdccc36ed9356d27c.tar.gz linux-stable-b3bd1f5e503716e09610e49bdccc36ed9356d27c.tar.bz2 linux-stable-b3bd1f5e503716e09610e49bdccc36ed9356d27c.zip |
bonding: disallow setting nested bonding + ipsec offload
[ Upstream commit b121693381b112b78c076dea171ee113e237c0e4 ]
bonding interface can be nested and it supports ipsec offload.
So, it allows setting the nested bonding + ipsec scenario.
But code does not support this scenario.
So, it should be disallowed.
interface graph:
bond2
|
bond1
|
eth0
The nested bonding + ipsec offload may not a real usecase.
So, disallowing this scenario is fine.
Fixes: 18cb261afd7b ("bonding: support hardware encryption offload to slaves")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions