1 Commits

Author SHA1 Message Date
jasg
a0559c361e libnetwork: skip storing ingress proxy listener on bind failure
When plumbIngressPortsProxy fails to bind a port, it stored a typed-nil
listener in ingressProxyTbl. closeIngressPortsProxy then panicked on
Close() during ingress port removal.

Add a regression test and continue on bind error instead of recording
the failed listener.

Signed-off-by: Jason Green <jason@jasg.org>
2026-07-06 22:53:33 -07:00