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
Commit History @master
- Bump copyright. Xavier G. 10 months ago
- Bump copyright. Xavier G. 1 year, 10 months ago
- Bump copyright. Xavier G. 2 years ago
- Bump copyright. Xavier G. 3 years ago
- Bump copyright. Xavier G. 4 years ago
- Improve "--version" detection. Xavier G. 5 years ago
- Catch /usr-prefixed paths too. Xavier G. 5 years ago
- Bump copyright year. Xavier G. 5 years ago
- README.md: improve formatting. Xavier G. 8 years ago
- Add first version of the project. Xavier G. 8 years ago