File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Contains custom iptables extensions (matches/targets) used in DNOS.
1212These iterate and build/clean all the extensions under the ` extensions/ ` directory.
1313
1414The output of each extension is:
15- 2 . A ` .ko ` file - The kernel module responsible for the heavy lifting of the extension (registers to netfilter, processes skbs etc).
16- 1 . A ` .so ` file - A userspace plugin for the ` iptables ` program. Mostly responsible for argument parsing.
15+ 1 . A ` .ko ` file - The kernel module responsible for the heavy lifting of the extension (registers to netfilter, processes skbs etc).
16+ 2 . A ` .so ` file - A userspace plugin for the ` iptables ` program. Mostly responsible for argument parsing.
1717
1818# Tree structure
19191 . extensions/
You can’t perform that action at this time.
0 commit comments