Skip to content

Commit

Permalink
Merge pull request #139 from polycube-network/pr/fix_iptables_install…
Browse files Browse the repository at this point in the history
…_instruct

pcn-iptables: update install instructions
  • Loading branch information
frisso committed Jun 4, 2019
2 parents 7942977 + 361f495 commit 0aeaa45
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 0aeaa45

Please sign in to comment.