From f4644e2a47a4aed79347982fe360364c74b31bbb Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 16 Dec 2025 17:11:22 +0300 Subject: [PATCH] zapret-lib: update comment --- lua/zapret-lib.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/zapret-lib.lua b/lua/zapret-lib.lua index e9d71e9..f128899 100644 --- a/lua/zapret-lib.lua +++ b/lua/zapret-lib.lua @@ -830,6 +830,7 @@ end -- ip6_hopbyhop[=hex] - add hopbyhop ipv6 header with optional data. data size must be 6+N*8. all zero by default. -- ip6_hopbyhop2[=hex] - add second hopbyhop ipv6 header with optional data. data size must be 6+N*8. all zero by default. -- ip6_destopt[=hex] - add destopt ipv6 header with optional data. data size must be 6+N*8. all zero by default. +-- ip6_destopt2[=hex] - add second destopt ipv6 header with optional data. data size must be 6+N*8. all zero by default. -- ip6_routing[=hex] - add routing ipv6 header with optional data. data size must be 6+N*8. all zero by default. -- ip6_ah[=hex] - add authentication ipv6 header with optional data. data size must be 6+N*4. 0000 + 4 random bytes by default.