baudm / ufw-frontends

Graphical frontends for the Uncomplicated Firewall (UFW)
http://code.google.com/p/ufw-frontends/
GNU General Public License v3.0
41 stars 10 forks source link

please add support for ufw 0.31 #21

Closed baudm closed 9 years ago

baudm commented 9 years ago

Original issue 20 created by baudm on 2012-03-13T12:27:04.000Z:

with ufw 0.31.1:

Traceback (most recent call last): File "/usr/sbin/ufw-gtk", line 9, in <module> main() File "/usr/lib/python2.7/site-packages/gfw/frontend_gtk.py", line 744, in main ui = GtkFrontend() File "/usr/lib/python2.7/site-packages/gfw/frontend_gtk.py", line 76, in init self._init_prefs_dialog() File "/usr/lib/python2.7/site-packages/gfw/frontend_gtk.py", line 106, in _init_prefs_dialog default_incoming = policy_opts.index(self.backend.get_default_policy('input')) AttributeError: UFWBackendIptables instance has no attribute 'get_default_policy'

baudm commented 9 years ago

Comment #1 originally posted by baudm on 2012-03-13T14:20:12.000Z:

<empty>

baudm commented 9 years ago

Comment #2 originally posted by baudm on 2012-04-01T13:37:15.000Z:

Fixed in 0e821c10c40170d9c12ee2b05dba80835d128419

baudm commented 9 years ago

Comment #3 originally posted by baudm on 2012-04-01T14:30:11.000Z:

I've tried ufw-gtk with these changes: