1. 03 2月, 2020 1 次提交
  2. 06 3月, 2019 1 次提交
  3. 12 12月, 2018 1 次提交
  4. 15 11月, 2018 1 次提交
  5. 25 5月, 2016 1 次提交
    • L
      lxc: support <interface type='ethernet'> · 002b7704
      Laine Stump 提交于
      This is identical to type='bridge', but without the "connect to a
      bridge" part, so it can be handled by using the same functions (and
      often even the same cases in switch statements), after renaming
      virLXCProcessSetupInterfaceBridged() to virLXCProcessInterfaceTap()
      and enhancing it to skip bridge-related items when brname == NULL.
      
      To be truly useful, we need to support setting the ip address on the
      host side veth as well as guest side veth (already supported for
      type='bridge'), as well as setting the peer address for both.
      
      The <script> element (supported by type='ethernet' in qemu) isn't
      supported in this patch. An error is logged at domain start time if it
      is encountered. This may be changed in a later patch.
      002b7704
  6. 09 12月, 2015 1 次提交
  7. 16 1月, 2015 1 次提交
  8. 06 1月, 2015 3 次提交
  9. 23 7月, 2014 1 次提交
  10. 18 7月, 2014 1 次提交
  11. 08 4月, 2014 1 次提交
  12. 13 2月, 2014 16 次提交