Versions Compared

Key

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

...

  •  vplsConfigService.getVplsNetworks(): retrieves all VPLS information. Each VPLS information contains name of VPLS and interfaces from this VPLS.

  • pairAvailableHosts(...): it parses (if not null) the data structure received from getConfigCPoints(...) and for each interface found finds hosts in the Host Service matching with the interfaces configured. If hosts are found, the original data structure is modified: the MAC addresses of the hosts found is bound to the related interfaces discovered in the configuration. The final data structure is then returned.

Intent installation

VPLS relies on the intent framework and uses a stand-alone component called Intent Installer to communicate with it. The Intent Installer analyzes data returned by pairAvailableHosts and creates the intent installation requests. VPLS installs:

...