kbandla / libdnet

Automatically exported from code.google.com/p/libdnet
Other
1 stars 0 forks source link

fw(): Function not implemented on Python 2.6/Fedora 11 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python
2. import dnet
3. fw = dnet.fw()

What is the expected output? What do you see instead?
-expect no output, just success
-File "dnet.pyx", line 1244 in dnet.fw.__init__
  OSError: Function not implemented

What version of the product are you using? On what operating system?
trunk (r653, I think), Fedora 11

Please provide any additional information below.
Does the OS need some other utility packages to interface with iptables or
does this just not work on Fedora?

Original issue reported on code.google.com by webe...@gmail.com on 4 Nov 2009 at 5:16