Better diagnostics when IPP2P match is missing - Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2785 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-10-04 16:32:27 +00:00
parent 47a34926f4
commit 400088ff09

View File

@ -5306,6 +5306,7 @@ process_rule() # $1 = target
proto=
;;
ipp2p)
[ -n "$IPP2P_MATCH" ] || fatal_error "Your kernel and/or iptables does not have IPP2P match support. Rule: \"$rule\""
dports="-m ipp2p --${port:-ipp2p}"
port=
proto=tcp