Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • keep track of state of the tunnels for a network between two hosts for a tier in VPC
  • state of logical router on a host for a VPC
  • function to tell if 'logical router' can be enabled on a host for a VPC
  • enable logical router on a host for VPC
  • disable logical router on a host for VPC
  • back ground thread that periodically performs
    • get the list of VPC's that has distributed routing enabled
      • for each VPC in the list
        • get the list of hosts on which VPC scansspans
          • check the state of tunnels from the host and toward the host 
          • if the tunnel is not established attempt to establish tunnel
          • if all the tunnels established enable logical router

...