mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08: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:
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"
|
||||
}
|
Reference in New Issue
Block a user