ebpf-blocker 1.0.0
XDP-based packet blocker using eBPF
Loading...
Searching...
No Matches
BlockEntry Struct Reference

Одна запись (IP/CIDR + комментарий) для whitelist или blacklist. More...

#include <db.h>

Data Fields

std::string ip
 IP-адрес или CIDR-нотация, например "10.0.0.0/8".
 
std::string comment
 Человекочитаемый комментарий.
 

Detailed Description

Одна запись (IP/CIDR + комментарий) для whitelist или blacklist.

Definition at line 15 of file db.h.

Field Documentation

◆ comment

std::string BlockEntry::comment

Человекочитаемый комментарий.

Definition at line 17 of file db.h.

◆ ip

std::string BlockEntry::ip

IP-адрес или CIDR-нотация, например "10.0.0.0/8".

Definition at line 16 of file db.h.


The documentation for this struct was generated from the following file: