GNOME Bugzilla – Bug 694577
network: Add firewall zone field
Last modified: 2013-03-06 03:39:23 UTC
nm-connection-editor has this field; it provides basic integration with the dynamic firewall configuration that is provided by firewalld.
Created attachment 237859 [details] [review] helper functions
Created attachment 237860 [details] [review] wifi
Created attachment 237861 [details] [review] wired
Created attachment 237862 [details] [review] vpn
Created attachment 237863 [details] [review] fixup for the wifi patch
Review of attachment 237859 [details] [review]: ::: panels/network/connection-editor/firewall-helpers.c @@ +88,3 @@ + d->combo = combo; + + g_dbus_connection_call (bus, This is missing cancellable.
Review of attachment 237860 [details] [review]: ::: panels/network/connection-editor/wifi-page.ui @@ -114,3 @@ <property name="entry_text_column">0</property> <property name="id_column">1</property> - <child internal-child="entry"> Losing some unrelated code here. @@ -134,3 @@ <property name="entry_text_column">0</property> <property name="id_column">1</property> - <child internal-child="entry"> And here.
Review of attachment 237861 [details] [review]: Fine.
Review of attachment 237862 [details] [review]: Fine.
pushed with a cancellable. Sorry, I forgot to edit out the unrelated cleanup to the ui file.