Skip to content

Commit 94fa742

Browse files
Fix README
1 parent 4568fc9 commit 94fa742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Contains custom iptables extensions (matches/targets) used in DNOS.
1212
These iterate and build/clean all the extensions under the `extensions/` directory.
1313

1414
The 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
1919
1. extensions/

0 commit comments

Comments
 (0)