From Fedora Project Wiki

Revision as of 08:24, 7 April 2010 by Tyan (talk | contribs) (Created page with '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. ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.