The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f578d0199761136e82850d8f086b8806f2dbad8d
commit f578d0199761136e82850d8f086b8806f2dbad8d Author: Gregory Shapiro <[email protected]> AuthorDate: 2024-04-22 22:10:00 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2024-04-23 04:52:14 +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 --- 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 b88772e0e5e9..e8a18d08635b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -549,9 +549,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
