diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-26 20:15:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 20:15:44 +0200 |
commit | 611c3b66f0db3ca113db6fb71534231bb87b4cef (patch) | |
tree | 0dc777ffbf5a52e64b248b99b38620680d2a01d8 /src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc | |
parent | 1832d247b39e24ac7cc1b8417ca076bd61ae9c6e (diff) |
ipv6: add support for ipv6 addresses lists (#2113)
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc b/src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc index 574211ae0..53de6ffe8 100644 --- a/src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc +++ b/src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc @@ -30,9 +30,14 @@ static ndpi_network ndpi_protocol_yandex_cloud_protocol_list[] = { { 0x9EA00000 /* 158.160.0.0/16 */, 16, NDPI_PROTOCOL_YANDEX_CLOUD }, { 0xB29AC000 /* 178.154.192.0/18 */, 18, NDPI_PROTOCOL_YANDEX_CLOUD }, { 0xB9CEA400 /* 185.206.164.0/22 */, 22, NDPI_PROTOCOL_YANDEX_CLOUD }, - { 0xBC486800 /* 188.72.104.0/24 */, 24, NDPI_PROTOCOL_YANDEX_CLOUD }, { 0xC120D800 /* 193.32.216.0/22 */, 22, NDPI_PROTOCOL_YANDEX_CLOUD }, { 0xD91CE000 /* 217.28.224.0/20 */, 20, NDPI_PROTOCOL_YANDEX_CLOUD }, /* End */ { 0x0, 0, 0 } }; + +static ndpi_network6 ndpi_protocol_yandex_cloud_protocol_list_6[] = { + { "2a0d:d6c0::", 31, NDPI_PROTOCOL_YANDEX_CLOUD }, + /* End */ + { NULL, 0, 0 } +}; |