Home | History | Annotate | Line # | Download | only in regress
i21 revision 1.1
      1 pass in from port = 10101
      2 pass out from any to port != 22
      3 block in from port 20:21
      4 block out from any to port 10 <> 100
      5 pass out from any to port = (3,5,7,9)
      6 block in from port = (20,25)
      7 pass in from any port = (11:12, 21:22) to any port = (1:2, 4:5, 8:9)
      8