... | ... |
@@ -1,5 +1,8 @@ |
1 | 1 |
Prevent libvirtd from adding iptables rules by calling /sbin/iptables or |
2 | 2 |
/sbin/ip6tables. Let it call "iptables --version" though. |
3 |
+ |
|
3 | 4 |
Compile with: gcc -shared -ldl -fPIC no-iptables.c -o no-iptables.so |
5 |
+ |
|
4 | 6 |
If needed, add -DNOIPTABLES_DEBUG |
7 |
+ |
|
5 | 8 |
Usage: LD_PRELOAD=/path/to/no-iptables.so libvirtd |