Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/sos/cleaner/parsers/__pycache__/ |
Upload File : |
o -�_g � @ s, d dl mZ d dlmZ G dd� de�ZdS )� )�SoSCleanerParser)� SoSIPv6Mapc sF e Zd ZdZdZdZdgZddgZdZg f� fdd � Z d d� Z � ZS )� SoSIPv6Parserz/Parser for handling IPv6 networks and addresseszIPv6 Parser�ipv6_mapz�(?<![:\\.\\-a-z0-9])((([0-9a-f]{1,4})(:[0-9a-f]{1,4}){7})|(([0-9a-f]{1,4}(:[0-9a-f]{0,4}){0,5}))([^.])::(([0-9a-f]{1,4}(:[0-9a-f]{1,4}){0,5})?))(/\d{1,3})?(?![:\\a-z0-9])zetc/dnsmasq.conf.*z.*modinfo.*Fc s t � | _t� �||� d S )N)r �mapping�super�__init__)�self�config�skip_cleaning_files�� __class__� �A/usr/lib/python3/dist-packages/sos/cleaner/parsers/ipv6_parser.pyr &