X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=src%2Fcore%2Fbpf-firewall.c;fp=src%2Fcore%2Fbpf-firewall.c;h=bceb049b58b6604d206000d6aafec58bf329ca9e;hp=2ec274df018bfe498981fbe6a208cdb0b8eb37f3;hb=cc832f977208a020cdef133b8f44d00040802b81;hpb=63b7e7b4ba649e058be77fd9e8e565f39eda513e diff --git a/src/core/bpf-firewall.c b/src/core/bpf-firewall.c index 2ec274df018..bceb049b58b 100644 --- a/src/core/bpf-firewall.c +++ b/src/core/bpf-firewall.c @@ -544,7 +544,7 @@ int bpf_firewall_compile(Unit *u) { "BPF_F_ALLOW_MULTI is not supported on this manager, not doing BPF firewall on slice units."); /* Note that when we compile a new firewall we first flush out the access maps and the BPF programs themselves, - * but we reuse the the accounting maps. That way the firewall in effect always maps to the actual + * but we reuse the accounting maps. That way the firewall in effect always maps to the actual * configuration, but we don't flush out the accounting unnecessarily */ u->ip_bpf_ingress = bpf_program_unref(u->ip_bpf_ingress);