FreeBSD Bugzilla – Attachment 228158 Details for
Bug 183333
Misnamed constant in bpf(4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bpf(4) patch
bpf.4.patch (text/plain), 567 bytes, created by
Felix Johnson
on 2021-09-25 05:59:26 UTC
(
hide
)
Description:
bpf(4) patch
Filename:
MIME Type:
Creator:
Felix Johnson
Created:
2021-09-25 05:59:26 UTC
Size:
567 bytes
patch
obsolete
>diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 >index 66f4ae72918..7267d59312a 100644 >--- a/share/man/man4/bpf.4 >+++ b/share/man/man4/bpf.4 >@@ -1079,7 +1079,7 @@ struct bpf_insn insns[] = { > BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12), > BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETHERTYPE_REVARP, 0, 3), > BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 20), >- BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, REVARP_REQUEST, 0, 1), >+ BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ARPOP_REVREQUEST, 0, 1), > BPF_STMT(BPF_RET+BPF_K, sizeof(struct ether_arp) + > sizeof(struct ether_header)), > BPF_STMT(BPF_RET+BPF_K, 0),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183333
: 228158