]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/netif-naming-scheme.c
NEWS, man: move description of SR-IOV-R net naming to v255
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Oct 2023 09:54:21 +0000 (11:54 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Oct 2023 19:21:54 +0000 (21:21 +0200)
commit64f2cf77d1aed62da549ca3573e2c8aabec10d7e
tree1a74cb1eb3d234ce5d897d963908e66b05651c3e
parentacd3f69217f0b84f89bad336b70afb98108b96c1
NEWS, man: move description of SR-IOV-R net naming to v255

https://github.com/systemd/systemd/pull/29582 adds the "v254" name. This also
changes what the default is and what "latest" refers to. Without the name, the
code could be enabled via runtime configuration. Nevertheless, it could be
enabled at compilation time. In other words:
  meson setup build -Ddefault-net-naming-scheme=v254
would work, but
  net.naming-scheme=v254
would fail.

It is possible that people were using the compile-time override, so I think
we should allow "v254" scheme to stay and clearly document that it wasn't the
default.

Unfortunately, unless people manually introduced the compile-time override, we
were never actually testing the new code too. So all the pull request testing
was not useful.
NEWS
man/systemd.net-naming-scheme.xml
src/shared/netif-naming-scheme.c
src/shared/netif-naming-scheme.h