This commit creates the basic observer hierarchy for advanced
services, as part of a multi-step refactoring effort of the L3 agent.
The change set has these modifications:
- Device drivers for VPN and FW services are loaded.
- AdvancedService child instances are created for VPN and FW.
- L3EventObservers is created by the L3 agent and the VPN and FW
service objects are registered for notifications of events.
- VPN device driver event handlers moved to VPN service instance.
- VPN device driver callbacks to VPN agent, moved to VPN service.
to service from the VPN device driver.
- Test cases updated and moved related to these changes.
- UT updated to test new methods and refactoring changes.
Future commits will massage the event notification points in the
L3 agent, and implement handlers.
Please keep these things in mind, when reviewing:
- The goal is to refactor the code and not 'improve/change'
functionality (other than broken tests).
- This is one step of a series of steps to move to the 'final'
restructuring.
- Because we're incrementally changing the code, there may be
temporary changes to allow existing code to continue to work.