mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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:
parent
47a34926f4
commit
400088ff09
@ -5306,6 +5306,7 @@ process_rule() # $1 = target
|
|||||||
proto=
|
proto=
|
||||||
;;
|
;;
|
||||||
ipp2p)
|
ipp2p)
|
||||||
|
[ -n "$IPP2P_MATCH" ] || fatal_error "Your kernel and/or iptables does not have IPP2P match support. Rule: \"$rule\""
|
||||||
dports="-m ipp2p --${port:-ipp2p}"
|
dports="-m ipp2p --${port:-ipp2p}"
|
||||||
port=
|
port=
|
||||||
proto=tcp
|
proto=tcp
|
||||||
|
Loading…
Reference in New Issue
Block a user