관리-도구
편집 파일: ipv6_parser.cpython-39.pyc
a -�_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 ParserZipv6_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__)�selfZconfigZskip_cleaning_files�� __class__� �C/usr/lib/python3.9/site-packages/sos/cleaner/parsers/ipv6_parser.pyr &