diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2024-08-25 14:45:37 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-08-25 14:46:09 +0000 |
| commit | 4f39ff1ea0a037a3c7751a74cf7ffa02e969d061 (patch) | |
| tree | 1c539b990177a0d37ce0d042a2a659fd097ca383 /sbin/setkey | |
| parent | 7ae4868a9a1ad255e03529f5872c78f14f215f25 (diff) | |
Diffstat (limited to 'sbin/setkey')
| -rw-r--r-- | sbin/setkey/setkey.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 23a838f76541..e3bcf10b9a9a 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 31, 2023 +.Dd August 25, 2024 .Dt SETKEY 8 .Os .\" @@ -343,6 +343,11 @@ not indication of the optional components. Configure NAT-T fragment size. .It Fl esn Enable Extended Sequence Number extension for this SA. +.It Fl hwif Ar ifname +Request hardware offload to the specified interface +.Ar ifname +(only). +By default offload occurs to all capable interfaces. .El .\" .Pp |
