We realized in yesterday's call that podman issue
19405 could be
explained by the fact that along with other attributes we're copying
the lifetime of host addresses to the container.
Here is a fix for that bug, along with a couple of other small fixes
to the netlink code I noticed as I was making it.
Link:
https://github.com/containers/podman/issues/19405
Link:
https://bugs.passt.top/show_bug.cgi?id=70
David Gibson (3):
netlink: Remove redundant check on nlmsg_type
netlink: Correctly calculate attribute length for address messages
netlink: Don't propagate host address expiry to the container
Applied.
--
Stefano