From Fedora Project Wiki

Actions:

1. dump eth0's xml via virsh with option "--inactive"

  # virsh iface-dumpxml eth0 --inactive

2. dump eth0's via ncftool

  # ncftool
  ncftool> dumpxml eth0

3. compare the result of step 1 and step2.

4. loop the upper steps on all others physical network interfaces


Expected Results:

Step 3:

       the result of step1 and step2 should be same.