mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
mlx5 ipsec: fix typo in the message
Sponsored by: NVidia networking
This commit is contained in:
parent
7835a4ad69
commit
4c2795340e
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ static int mlx5e_xfrm_validate_state(struct mlx5_core_dev *mdev,
|
|||
}
|
||||
|
||||
if (saidx->mode != IPSEC_MODE_TRANSPORT) {
|
||||
mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offlaod mode\n");
|
||||
mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offload mode\n");
|
||||
return (EINVAL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue