mirror of
https://github.com/containers/podman.git
synced 2025-08-23 17:22:30 +08:00

In the journald driver there is a bug where the network event attributes are not preserved. This causes the network driver to be missing and that in turn causes the ToHumanReadable() function to print an empty line. Fix it by making sure we preserve the network driver in the event attributes. Fixes: https://issues.redhat.com/browse/RHEL-109790 Signed-off-by: Paul Holzinger <pholzing@redhat.com>