Home | History | Annotate | Download | only in examples

Lines Matching refs:MATCH

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