An open API service indexing awesome lists of open source software.

https://github.com/xavierog/libvirtd-no-iptables

Prevent libvirtd from adding iptables rules.
https://github.com/xavierog/libvirtd-no-iptables

iptables ld-preload libvirt libvirtd linux

Last synced: 2 months ago
JSON representation

Prevent libvirtd from adding iptables rules.

Awesome Lists containing this project

README

        

Prevent libvirtd from adding iptables rules by calling /sbin/iptables or
/sbin/ip6tables. Let it call "iptables --version" though.

Compile with: gcc -shared -ldl -fPIC no-iptables.c -o no-iptables.so

If needed, add -DNOIPTABLES_DEBUG

Usage: LD_PRELOAD=/path/to/no-iptables.so libvirtd