Module Name: src
Committed By: ozaki-r
Date: Wed Nov 30 06:03:41 UTC 2022
Modified Files:
src/share/man/man4: bpf.4
Log Message:
man, bpf: support loopback interfaces for send
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/share/man/man4/bpf.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/bpf.4
diff -u src/share/man/man4/bpf.4:1.64 src/share/man/man4/bpf.4:1.65
--- src/share/man/man4/bpf.4:1.64 Sun Oct 24 17:46:06 2021
+++ src/share/man/man4/bpf.4 Wed Nov 30 06:03:41 2022
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.64 2021/10/24 17:46:06 gutteridge Exp $
+.\" $NetBSD: bpf.4,v 1.65 2022/11/30 06:03:41 ozaki-r Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -24,7 +24,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.Dd October 24, 2021
+.Dd November 30, 2022
.Dt BPF 4
.Os
.Sh NAME
@@ -75,7 +75,7 @@ A packet can be sent out on the network
.Nm
file descriptor.
The writes are unbuffered, meaning only one packet can be processed per write.
-Currently, only writes to Ethernet-based (including Wi-Fi) and SLIP
+Currently, only writes to Ethernet-based (including Wi-Fi), SLIP and loopback
links are supported.
.Sh IOCTLS
The