Browse Source

Update rtpengine.init

There is no INPUT_prefilter table on CentOS 6 systems.  So put it on INPUT should be good enough.
pull/317/head
Karsten Horsmann 9 years ago
committed by GitHub
parent
commit
06922c530d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      el/rtpengine.init

+ 1
- 1
el/rtpengine.init View File

@ -208,7 +208,7 @@ start() {
else
iptables -N rtpengine
# We insert the rtpengine rule at the top of the input chain
iptables -t filter -I INPUT_prefilter -j rtpengine
iptables -t filter -I INPUT -j rtpengine
iptables -I rtpengine -p udp -j RTPENGINE --id $TABLE
ip6tables -I rtpengine -p udp -j RTPENGINE --id $TABLE
fi


Loading…
Cancel
Save