1. 14 1月, 2013 32 次提交
  2. 12 1月, 2013 5 次提交
  3. 11 1月, 2013 3 次提交
    • P
      network: Report real error if addition of firewall rules fails · e6d74d8d
      Peter Krempa 提交于
      If addition of rules in networkAddIptablesRules() failed the real error
      was masked by error reported when trying to clean up the remaining
      rules.
      
      With this patch the original error message is saved and set back after
      the removal is complete.
      e6d74d8d
    • P
      virsh: Reformat output of virsh net-list · d0b8bc85
      Peter Krempa 提交于
      This patch changes whitespace and the length of the separation line from
      this format:
      
      $ virsh net-list --all
      Name                 State      Autostart     Persistent
      --------------------------------------------------
      default              inactive   yes           yes
      
      to
      
      $ virsh net-list --all
       Name                 State      Autostart     Persistent
      ----------------------------------------------------------
       default              inactive   yes           yes
      
      to match the output of virsh list.
      d0b8bc85
    • P
      network: bridge: Fix regression when defining persistent networks · bb19491c
      Peter Krempa 提交于
      Commit 0211fd6e introduced regression
      where newly defined networks were not made persistent.
      
      This patch makes the network persistent on each successful definition.
      bb19491c