~ubuntu-branches/ubuntu/maverick/libvirt/maverick-proposed

« back to all changes in this revision

Viewing changes to tests/nwfilterxml2xmlout/ipt-no-macspoof-test.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-04-19 18:11:57 UTC
  • mfrom: (0.2.6 upstream) (3.8.3 sid)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: james.westby@ubuntu.com-20100419181157-p8x7wvat9ovlae6m
Tags: 0.8.0-2
* [70fbcb6] New patch 0007-nwfilter-Don-t-crash-if-driverState- NULL.patch
  nwfilter: Don't crash if driverState == NULL (Closes: #577728)
* [d7d1abd] New patch 0008-Ignore-empty-type-statement-in-disk-
  element.patch Ignore empty type statement in disk element
  (Closes: #578347)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<filter name='testcase' chain='root'>
 
2
  <uuid>5c6d49af-b071-6127-b4ec-6f8ed4b55335</uuid>
 
3
  <rule action='drop' direction='inout' priority='500'>
 
4
    <all match='no' srcmacaddr='12:34:56:78:9a:bc'/>
 
5
  </rule>
 
6
  <rule action='drop' direction='in' priority='500'>
 
7
    <all match='no' srcmacaddr='aa:aa:aa:aa:aa:aa'/>
 
8
  </rule>
 
9
</filter>