Skip to content

Commit 5dfc619

Browse files
committed
libpod/networking_linux.go: Remove slirp
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 01ee10f commit 5dfc619

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libpod/networking_linux.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ func (r *Runtime) configureNetNS(ctr *Container, ctrNS string) (status map[strin
2929
}
3030
}
3131
}()
32-
if ctr.config.NetMode.IsSlirp4netns() {
33-
return nil, r.setupSlirp4netns(ctr, ctrNS)
34-
}
3532
if ctr.config.NetMode.IsPasta() {
3633
return nil, r.setupPasta(ctr, ctrNS)
3734
}

0 commit comments

Comments
 (0)