Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pyroute2/netlink/ipq/__pycache__/__init__.cpython-39.pyc
Ðазад
a ]�h� � @ s� d Z ddlmZmZ ddlmZmZ dZdZdZ e d Z e d Ze d ZdZ dZdZdZdZdZdZd Zd ZG dd� de�ZG d d� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )a� IPQ -- userspace firewall ========================= Netlink family for dealing with `QUEUE` iptables target. All the packets routed to the target `QUEUE` should be handled by a userspace program and the program should response with a verdict. E.g., the verdict can be `NF_DROP` and in that case the packet will be silently dropped, or `NF_ACCEPT`, and the packet will be pass the rule. � )� NLM_F_REQUEST�nlmsg)�Marshal� NetlinkSocket� i � � � � � c @ s e Zd Zdd� Zdd� ZdS )�ipq_base_msgc C s"