Home | History | Annotate | Download | only in iptables

Lines Matching full:actions

24   <!-- delete the actions or conditions containers, and process child nodes -->
25 <xsl:template match="iptables-rules/table/chain/rule/actions|table/chain/rule/conditions">
29 <xsl:template match="iptables-rules/table/chain/rule/actions/goto">
34 <xsl:template match="iptables-rules/table/chain/rule/actions/call">
39 <!-- all other actions are module actions -->
40 <xsl:template match="iptables-rules/table/chain/rule/actions/*">
47 <xsl:template match="iptables-rules/table/chain/rule/actions//*|iptables-rules/table/chain/rule/conditions//*" priority="0">
59 <xsl:template match="iptables-rules/table/chain/rule/actions/call/*|iptables-rules/table/chain/rule/actions/goto/*">
79 <xsl:when test="count(actions/*)&gt;0">
80 <xsl:for-each select="actions/*">
90 <!-- no need to loop if there are no actions, just output conditions -->