Home | History | Annotate | Download | only in examples

Lines Matching refs:MATCH

102 #	  - in case of overlapping TIME parameters, the last match is taken
127 # not checked, first match is taken. Midnight wrap (eg. 20:00-6:00)
413 # the times overlap, last match is taken. The fields <rate>, <weight>
837 u32_s="${SPORT:+match ip sport $SPORT $SMASK}"
838 u32_s="${SADDR:+match ip src $SADDR} $u32_s"
839 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
840 u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
876 MATCH=0; CHANGE=0
901 ### If the time matches, remember params and set MATCH flag
909 MATCH=1
922 if [ $MATCH -ne 0 ]; then
932 ### Match not found, reset to default RATE if necessary