Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/components/iptables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

For `pcn-iptables` support you should enable `ENABLE_PCN_IPTABLES` flag in CMakeFile.
```
cd polycube/build/
cd polycube
mkdir -p build
cd build
cmake .. -DENABLE_PCN_IPTABLES=ON
make && make install
make && sudo make install
```

## Steps to RUN pcn-iptables
Expand Down