File: target.xml

package info (click to toggle)
libvirt 1.2.9-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 173,536 kB
  • sloc: ansic: 463,129; xml: 68,283; sh: 16,393; makefile: 4,588; python: 3,705; perl: 3,675; ml: 470; sed: 16
file content (66 lines) | stat: -rw-r--r-- 2,425 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<filter name='tck-testcase' chain='root'>
  <uuid>5c6d49af-b071-6127-b4ec-6f8ed4b55335</uuid>
  <rule action='accept' direction='out'>
     <all  srcmacaddr='1:2:3:4:5:6'
           dstipaddr='10.1.2.3' dstipmask='255.255.255.255'
           dscp='2' comment='accept rule -- dir out'/>
  </rule>
  <rule action='drop' direction='out'>
     <all  srcmacaddr='1:2:3:4:5:6'
           dstipaddr='10.1.2.3' dstipmask='255.255.255.255'
           dscp='2' comment='drop rule   -- dir out'/>
  </rule>
  <rule action='reject' direction='out'>
     <all  srcmacaddr='1:2:3:4:5:6'
           dstipaddr='10.1.2.3' dstipmask='255.255.255.255'
           dscp='2' comment='reject rule -- dir out'/>
  </rule>
  <rule action='accept' direction='in'>
     <all  srcmacaddr='1:2:3:4:5:6'
           srcipaddr='10.1.2.3' srcipmask='22'
           dscp='33' comment='accept rule -- dir in'/>
  </rule>
  <rule action='drop' direction='in'>
     <all  srcmacaddr='1:2:3:4:5:6'
           srcipaddr='10.1.2.3' srcipmask='22'
           dscp='33' comment='drop rule   -- dir in'/>
  </rule>
  <rule action='reject' direction='in'>
     <all  srcmacaddr='1:2:3:4:5:6'
           srcipaddr='10.1.2.3' srcipmask='22'
           dscp='33' comment='reject rule -- dir in'/>
  </rule>
  <rule action='accept' direction='inout'>
     <all  comment='accept rule -- dir inout'/>
  </rule>
  <rule action='drop' direction='in'>
     <all  comment='drop   rule -- dir inout'/>
  </rule>
  <rule action='reject' direction='in'>
     <all  comment='reject rule -- dir inout'/>
  </rule>
  <rule action='accept' direction='out'>
     <mac srcmacaddr='1:2:3:4:5:6' srcmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='arp'/>
  </rule>
  <rule action='drop' direction='out'>
     <mac srcmacaddr='1:2:3:4:5:6' srcmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='arp'/>
  </rule>
  <rule action='reject' direction='out'>
     <mac srcmacaddr='1:2:3:4:5:6' srcmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='arp'/>
  </rule>
  <rule action='accept' direction='in'>
     <mac dstmacaddr='aa:bb:cc:dd:ee:ff' dstmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='ipv4'/>
  </rule>
  <rule action='drop' direction='in'>
     <mac dstmacaddr='aa:bb:cc:dd:ee:ff' dstmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='ipv4'/>
  </rule>
  <rule action='reject' direction='in'>
     <mac dstmacaddr='aa:bb:cc:dd:ee:ff' dstmacmask='ff:ff:ff:ff:ff:ff'
     protocolid='ipv4'/>
  </rule>
</filter>