Date: Tue, 21 May 2024 19:50:06 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5cbccac9f3d1 - stable/14 - ifconfig tunnelfib is implemented in wg(4) Message-ID: <202405211950.44LJo6gv011075@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5cbccac9f3d1484bff55dd53361c50cdbe8011c0 commit 5cbccac9f3d1484bff55dd53361c50cdbe8011c0 Author: Gregory Shapiro <gshapiro@freebsd.org> AuthorDate: 2024-04-22 22:10:00 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-21 19:43:34 +0000 ifconfig tunnelfib is implemented in wg(4) MFC After: 1 week Reviewed by: imp, zlei, kevans Pull Request: https://github.com/freebsd/freebsd-src/pull/1186 (cherry picked from commit f578d0199761136e82850d8f086b8806f2dbad8d) --- sbin/ifconfig/ifconfig.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 471d37ac1779..fa463ad8af5d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -565,9 +565,10 @@ A FIB .Ar fib_number is assigned to all packets encapsulated by tunnel interface, e.g., .Xr gif 4 , -.Xr gre 4 +.Xr gre 4 , +.Xr vxlan 4 , and -.Xr vxlan 4 . +.Xr wg 4 . .It Cm maclabel Ar label If Mandatory Access Control support is enabled in the kernel, set the MAC label to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405211950.44LJo6gv011075>