From: Roy Marples Date: Fri, 15 May 2026 08:57:34 +0000 (+0100) Subject: BPF: Fixup comment to indicate this could be used outside of dhcpcd X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=79a49d0a42421fa81bfb4e4daa65818cff241770;p=thirdparty%2Fdhcpcd.git BPF: Fixup comment to indicate this could be used outside of dhcpcd --- diff --git a/src/bpf-bsd.c b/src/bpf-bsd.c index c5cfb87d..eecc7e32 100644 --- a/src/bpf-bsd.c +++ b/src/bpf-bsd.c @@ -1,5 +1,5 @@ /* - * dhcpcd: BPF BSD interface + * BPF BSD interface * SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2006-2025 Roy Marples * All rights reserved diff --git a/src/bpf-linux.c b/src/bpf-linux.c index 9ec6779d..1a374ec1 100644 --- a/src/bpf-linux.c +++ b/src/bpf-linux.c @@ -1,5 +1,5 @@ /* - * dhcpcd: BPF Linux interface + * BPF Linux interface * SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2006-2025 Roy Marples * All rights reserved