Add skeleton for module and userspace iptables management

Special thanks to https://github.com/drivenets/iptables_extensions
repository with detailed explanations of iptables userspace interaction
with the kernel module.
This commit is contained in:
Vadim Vetrov
2024-07-31 22:13:06 +03:00
parent 79d592a0ca
commit b14abda600
9 changed files with 189 additions and 57 deletions

22
.gitignore vendored
View File

@@ -5,17 +5,11 @@ build
configure~
# Kernel module files
.Module.*
.modules.*
Module.*
modules.*
.youtubeKblock.*
youtubeKblock.ko
youtubeKblock.mod*
youtubeKblock.o
.mangle.*
mangle.o
.youtubeKUnblock.*
youtubeKUnblock.ko
youtubeKUnblock.mod*
youtubeKUnblock.o
*.o
.*
*.mod.*
*.mod
modules.order
Module.symvers
*.so
*.ko