summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
commitc3b707c026782768bd8c0e6ae6b574fe8a36802d (patch)
tree5ca6782031b1546c788290cc0b95524369ff01ea /KMFIPTInterface/README
downloadkmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.tar.gz
kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.zip
Added old abandoned KDE3 version of kmyfirewall
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'KMFIPTInterface/README')
-rw-r--r--KMFIPTInterface/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/KMFIPTInterface/README b/KMFIPTInterface/README
new file mode 100644
index 0000000..58e1775
--- /dev/null
+++ b/KMFIPTInterface/README
@@ -0,0 +1,11 @@
+KMFIPTInterface
+---------------
+
+Small dcop interface using the libiptc library to fetch running iptables configuration from the kernel.
+
+As the libiptc library is pure C and links the kernel headers a small modification of the kernel header iptables.h file is needed to build it. Unfortunately there is no real usable C++/C API available to query/modify the iptables configuration.
+
+So i'm not shure if this will acutually work in the end.
+
+The iptables/netfilter team says that currently the only way to communicate with iptables is using a pipe to the iptables-save
+command which is acctuall not a real soulution for such an application but they know this issue and therefore i hope that an C++ compatible API will be available in the future to make this really work.