def write_zone_interfaces(zone)
      return nil if !zone_attr_modified?(zone, :interfaces)

      # These are the ones which should be enabled
      good_interfaces = get_zone_attr(zone, :interfaces)