Skip to content

Commit

Permalink
Add iptables to UPF dependencies
Browse files Browse the repository at this point in the history
As suggested in #26 
this adds iptables to the UPF image to allow additional configuration for 
packet forwarding through the UPF
  • Loading branch information
abousselmi authored Jun 25, 2021
1 parent 87c4e5e commit 5f1e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_upf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN if [ "$DEBUG_TOOLS" = "true" ] ; then apt-get update && apt-get install -y v

# Install UPF dependencies
RUN apt-get update \
&& apt-get install -y libmnl0 libyaml-0-2 iproute2 \
&& apt-get install -y libmnl0 libyaml-0-2 iproute2 iptables \
&& apt-get clean

# Set working dir
Expand Down

0 comments on commit 5f1e481

Please sign in to comment.