asr1k.py currently contains only ASR1KBGPVPNDriver, but in the future we
may have additional service plugins and I'd like to put them into
separate files. Therefore I'm moving the ASR1KBGPVPNDriver into its own
file and - to not cause any config problems - import it in the
init.py of the asr1k/ subdir. With this the service_provider module
path should remain the same.
asr1k.py currently contains only ASR1KBGPVPNDriver, but in the future we may have additional service plugins and I'd like to put them into separate files. Therefore I'm moving the ASR1KBGPVPNDriver into its own file and - to not cause any config problems - import it in the init.py of the asr1k/ subdir. With this the service_provider module path should remain the same.