mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-25 09:07:52 +00:00
cni: 98-podman-loopback.conf is not needed
ocicni internally handles the loopback so this file is not required. Signed-off-by: Dan Williams <dcbw@redhat.com> Closes: #193 Approved by: mheon
This commit is contained in:
parent
e2675ef921
commit
69a415f033
2 changed files with 1 additions and 6 deletions
3
Makefile
3
Makefile
|
|
@ -154,8 +154,7 @@ install.completions:
|
|||
install ${SELINUXOPT} -m 644 -D completions/bash/podman ${BASHINSTALLDIR}
|
||||
|
||||
install.cni:
|
||||
install ${SELINUXOPT} -D -m 644 cni/98-podman-loopback.conf ${ETCDIR}/cni/net.d/98-podman-loopback.conf
|
||||
install ${SELINUXOPT} -m 644 cni/97-podman-bridge.conf ${ETCDIR}/cni/net.d/97-podman-bridge.conf
|
||||
install ${SELINUXOPT} -D -m 644 cni/97-podman-bridge.conf ${ETCDIR}/cni/net.d/97-podman-bridge.conf
|
||||
|
||||
uninstall:
|
||||
rm -f $(LIBEXECDIR)/crio/conmon
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"cniVersion": "0.2.0",
|
||||
"type": "loopback"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue