You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the veths for my containers return odd results: valid_lft forever preferred_lft forever.
Notably: the containers with these have used the run flag --network=host whereas the other do not.
Technically, containers with --network=host have no veth since they use the host interface. So I think the script could be modified to make this clear by showing the host interface name or just a placeholder.
valid_lft forever preferred_lft forever shows up when the script doesn't find a veth like it's expecting. It's a parsing bug. I'll see if I can work out a fix.
Some of the
veth
s for my containers return odd results:valid_lft forever preferred_lft forever
.Notably: the containers with these have used the run flag
--network=host
whereas the other do not.The text was updated successfully, but these errors were encountered: