]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-bind: use lowercase "ipv4"/"ipv6" spelling
authorLennart Poettering <lennart@poettering.net>
Mon, 10 May 2021 14:33:24 +0000 (16:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 11 May 2021 13:37:31 +0000 (15:37 +0200)
commitf80a206aa497c1a1ce2a7bfc024ea2080f357aeb
tree67d30dec5a6901de5434e671416a531f41186b0c
parent5c2e5957678462d871c5c2ea5261becec5f8f80f
socket-bind: use lowercase "ipv4"/"ipv6" spelling

In most of our codebase when we referenced "ipv4" and "ipv6" on the
right-hand-side of an assignment, we lowercases it (on the
left-hand-side we used CamelCase, and thus "IPv4" and "IPv6"). In
particular all across the networkd codebase the various "per-protocol
booleans" use the lower-case spelling. Hence, let's use lower-case for
SocketBindAllow=/SocketBindDeny= too, just make sure things feel like
they belong together better.

(This work is not included in any released version, hence let's fix this
now, before any fixes in this area would be API breakage)

Follow-up for #17655
man/systemd.resource-control.xml
src/core/cgroup.c
src/core/load-fragment.c
src/shared/bus-unit-util.c
src/systemctl/systemctl-show.c
src/test/test-socket-bind.c